Click or drag to resize

WindowlessComponentCreatePaintArgs Method

Create a new instance of PaintArgs.

Namespace:  Easymap.AddIn.Common
Assembly:  EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.0.0.0
Syntax
public PaintArgs CreatePaintArgs(
	Graphics g,
	DrawAction action,
	Rectangle physicalBounds
)

Parameters

g
Type: System.DrawingGraphics
action
Type: Easymap.AddIn.CommonDrawAction
physicalBounds
Type: System.DrawingRectangle

Return Value

Type: PaintArgs
See Also