KnownPixelFormatExtensionsIsValidFormat Method
Gets whether this
KnownPixelFormat instance represents a valid format.
The valid format values are the named ones, exception with the default
Undefined value.
Namespace: KGySoft.Drawing.ImagingAssembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 10.0.0-rc.1
public static bool IsValidFormat(
this KnownPixelFormat pixelFormat
)
<ExtensionAttribute>
Public Shared Function IsValidFormat (
pixelFormat As KnownPixelFormat
) As Boolean
public:
[ExtensionAttribute]
static bool IsValidFormat(
KnownPixelFormat pixelFormat
)
[<ExtensionAttribute>]
static member IsValidFormat :
pixelFormat : KnownPixelFormat -> bool
- pixelFormat KnownPixelFormat
- The pixel format to be checked.
Boolean, if this
KnownPixelFormat instance represents a valid format; otherwise,
.In Visual Basic and C#, you can call this method as an instance method on any object of type
KnownPixelFormat. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).