Click or drag to resize

CanvasDrawRegion Method

Draws a filled region.

Namespace:  Atalasoft.Imaging.Drawing
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public void DrawRegion(
	Region region,
	Fill fill
)

Parameters

region
Type: System.DrawingRegion
The region to fill.
fill
Type: Atalasoft.Imaging.DrawingFill
The Fill specifying the fill characteristics.
See Also