WindowlessComponentCreatePaintArgs Method |
Namespace: Easymap.AddIn.CommonAssembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntaxpublic PaintArgs CreatePaintArgs(
Graphics g,
DrawAction action,
Rectangle physicalBounds
)
Public Function CreatePaintArgs (
g As Graphics,
action As DrawAction,
physicalBounds As Rectangle
) As PaintArgs
Parameters
- g Graphics
- action DrawAction
- physicalBounds Rectangle
Return Value
PaintArgs
See Also