'Declaration Public Function IsRasterPixelFormatSupported( _
ByVal pixelFormatThe pixel format.As Vintasoft.Imaging.PixelFormat _
) As Boolean
public bool IsRasterPixelFormatSupported(
Vintasoft.Imaging.PixelFormat pixelFormat
)
public: bool IsRasterPixelFormatSupported(
Vintasoft.Imaging.PixelFormat pixelFormat
)
public:
bool IsRasterPixelFormatSupported(
Vintasoft.Imaging.PixelFormat pixelFormat
)
Parameters
- pixelFormat
- The pixel format.
Return Value
True if the pixel format is supported; otherwise, false.