Overload List
Name | Description |
---|---|
Fill(Color) |
Fill sets all colors of the selected area with specified color.
|
Fill(Int32) |
Fill sets all colors of the selected area with specified color. Works only with black/white images
|
Fill(IERGB) |
Fill sets all colors of the selected area with specified color. For black/white images FillColor can be only (0,0,0) for black and (255,255,255) for white.
|