VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing Namespace / ProcessingCommandBase Class / IsNativePixelFormatSupported(PixelFormat) Method
Syntax Requirements SeeAlso
In This Topic
    IsNativePixelFormatSupported(PixelFormat) Method (ProcessingCommandBase)
    In This Topic
    Returns a value indicating whether specified native pixel format is supported by this processing command.
    Syntax
    'Declaration
    
    Public Function IsNativePixelFormatSupported( _
    ByVal format
    The pixel format to test.
    As Vintasoft.Imaging.PixelFormat _
    ) As Boolean
    public bool IsNativePixelFormatSupported(
    Vintasoft.Imaging.PixelFormat format
    )
    public: bool IsNativePixelFormatSupported(
    Vintasoft.Imaging.PixelFormat format
    )
    public:
    bool IsNativePixelFormatSupported(
    Vintasoft.Imaging.PixelFormat format
    )

    Parameters

    format
    The pixel format to test.

    Return Value

    True if native pixel format is supported by this processing command; otherwise, false.
    Requirements

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

    See Also