Returns size of one pixel in bytes.

Namespace:  SGP.XSpace
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
public static int GetPixelByteSize(
	Format format
)

Parameters

format
Type: Format
The Format format to get the pixel information for.

Return Value

Returns how namy bytes takes one pixel.

See Also