PixelFormatUtilitiesIsValid Method (Int32) |
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(
int ipf
)
Public Shared Function IsValid (
ipf As Integer
) As Boolean
Parameters
- ipf
- Type: SystemInt32
An integer representing a pixel format
Return Value
Type:
Boolean Returns true if the value is valid, false otherwise.
Remarks Returns true if the value is valid, false otherwise.
See Also