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.3.0.0
Syntax
public PaintArgs CreatePaintArgs(
	Graphics g,
	DrawAction action,
	Rectangle physicalBounds
)

Parameters

g  Graphics
action  DrawAction
physicalBounds  Rectangle

Return Value

PaintArgs
See Also