Leadtools Namespace > RasterColor Structure : IsKnownColor Property |
public bool IsKnownColor {get;}
'Declaration Public ReadOnly Property IsKnownColor As Boolean
'Usage Dim instance As RasterColor Dim value As Boolean value = instance.IsKnownColor
public bool IsKnownColor {get;}
get_IsKnownColor();
This property does a comparison of the ARGB values. Therefore, the IsKnownColor property might return true even if this RasterColor was not created using the FromKnownColor method.
To get the matching RasterKnownColor enumeration for a RasterColor, use GetKnownColor.