RegionBaseDrawToBitmap(IGraphics, Point) Method

Draws the region with the specified offset added to Location.

Definition

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

Parameters

g  IGraphics
Drawing surface.
location  Point
Offset to add to Location when the region is being drawn.

See Also