ImageFormatInfoGet(ImageFormat) Method

Gets the image format info corresponding to the specified ImageFormat enumeration value.

Definition

Namespace: GleamTech.ImageUltimate
Assembly: GleamTech.ImageUltimate (in GleamTech.ImageUltimate.dll) Version: 5.8.8
C#
public static ImageFormatInfo Get(
	ImageFormat format
)

Parameters

format  ImageFormat
The image format.

Return Value

ImageFormatInfo
a ImageFormatInfo object if there is a match; otherwise, null.

See Also