ImageFormatInfoGet(ImageFormat) Method
Gets the image format info corresponding to the specified
ImageFormat enumeration value.
Namespace: GleamTech.ImageUltimateAssembly: GleamTech.ImageUltimate (in GleamTech.ImageUltimate.dll) Version: 6.0.2
public static ImageFormatInfo Get(
ImageFormat format
)
Public Shared Function Get (
format As ImageFormat
) As ImageFormatInfo
- format ImageFormat
- The image format.
ImageFormatInfoa
ImageFormatInfo object if there is a match; otherwise, null.