RegionBaseDrawToBitmap(IGraphics, Point) Method

Drawing of the Region on the specified location.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
C#
public virtual void DrawToBitmap(
	IGraphics g,
	Point location
)

Parameters

g  IGraphics
Drawing surface.
location  Point
Location of the Region.

See Also