'Declaration Public Function IsPixelFormatSupported( _
ByVal formatThe pixel format to test.As Vintasoft.Imaging.PixelFormat _
) As Boolean
public bool IsPixelFormatSupported(
Vintasoft.Imaging.PixelFormat format
)
public: bool IsPixelFormatSupported(
Vintasoft.Imaging.PixelFormat format
)
public:
bool IsPixelFormatSupported(
Vintasoft.Imaging.PixelFormat format
)
Parameters
- format
- The pixel format to test.
Return Value
True if pixel format is supported by this processing command; otherwise, false .