'宣言 Public Function ExtractColors( _ Optional ByVal clipRect As System.Nullable(Of Rectangle) _ ) As System.UInteger()
public System.uint[] ExtractColors( System.Nullable<Rectangle> clipRect )
パラメータ
- clipRect
- The rectangle of the image to be processed.
戻り値の型
An array of colors in ARGB format.