PixelFormatUtilitiesIsValid Method (PixelFormat) |
Namespace:
Atalasoft.Imaging
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public static bool IsValid(
PixelFormat bpf
)
Public Shared Function IsValid (
bpf As PixelFormat
) As Boolean
Parameters
- bpf
- Type: System.Drawing.ImagingPixelFormat
A .NET PixelFormat type
Return Value
Type:
Boolean Returns true if the value is valid, false otherwise.
See Also