Click or drag to resize

AtalaImageFillRectangle Method (Rectangle, Int32)

Fills a specified rectangle in this image with a specified index.

Namespace:  Atalasoft.Imaging
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public void FillRectangle(
	Rectangle rect,
	int fillIndex
)

Parameters

rect
Type: System.DrawingRectangle
The rectangular area to fill.
fillIndex
Type: SystemInt32
The palette index or grayscale value to fill.
See Also