Method | Description | |
---|---|---|
CanvasFill ( |
Initializes a new instance of the CanvasFill class.
|
|
CanvasFill ( |
Initializes a new instance of the CanvasFill class.
|
|
CanvasFill ( |
Initializes a new instance of the CanvasFill class.
|
|
CanvasFill ( |
Initializes a new instance of the CanvasFill class.
|
Method | Description | |
---|---|---|
ProcessFilter ( UnmanagedImage image ) : void |
Process the filter on the specified image.
|
Method | Description | |
---|---|---|
CanvasFill ( ) : System |
public CanvasFill ( |
||
region | Region to fill. | |
return | System |
public CanvasFill ( |
||
region | Region to fill. | |
fillColorRGB | Color | RGB color to use for filling areas inside of specified region in color images. |
return | System |
public CanvasFill ( |
||
region | Region to fill. | |
fillColorRGB | Color | RGB color to use for filling areas inside of specified region in color images. |
fillColorGray | byte | Gray color to use for filling areas inside of specified region in grayscale images. |
return | System |
public CanvasFill ( |
||
region | Region to fill. | |
fillColorGray | byte | Gray color to use for filling areas inside of specified region in grayscale images. |
return | System |
protected ProcessFilter ( UnmanagedImage image ) : void | ||
image | UnmanagedImage | Source image data. |
return | void |