Click or drag to resize

SheetDraw Method

Draw to a GDI-Plus graphics context

Namespace:  Easymap.AddIn
Assembly:  EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.0.0.0
Syntax
public void Draw(
	Graphics g,
	Rectangle bounds,
	DrawAction drawAction
)

Parameters

g
Type: System.DrawingGraphics
bounds
Type: System.DrawingRectangle
drawAction
Type: Easymap.AddIn.CommonDrawAction
See Also