Converts the Format to the PixelFormat.

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

Syntax

C#
public static PixelFormat GetPixelFormat(
	Format format
)

Parameters

format
Type: Format
The DirectX layer format to be converted.

Return Value

The corresponding PixelFormat value.

See Also