VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing Namespace / ProcessingCommandBase Class / IsPixelFormatSupported(PixelFormat) Method
Syntax Requirements SeeAlso
In This Topic
IsPixelFormatSupported(PixelFormat) Method (ProcessingCommandBase)
In This Topic
Returns a value indicating whether specified pixel format is supported by this processing command.
Syntax
'Declaration

Public Function IsPixelFormatSupported( _
ByVal format
The pixel format to test.
As Vintasoft.Imaging.PixelFormat _
) As Boolean
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.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also