'Declaration Public Function ExtractColors( _ Optional ByVal clipRect As System.Nullable(Of Rectangle) _ ) As System.UInteger()
public System.uint[] ExtractColors( System.Nullable<Rectangle> clipRect )
Parameters
- clipRect
- The rectangle of the image to be processed.
Return Value
An array of colors in ARGB format.