GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace
/
GoHandle Class
/ Paint Method
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
Paint Method (GoHandle)
In This Topic
Draw this handle according to the handle's style.
Syntax
C#
public
override
void
Paint(
Graphics
g
,
GoView
view
)
Parameters
g
view
Remarks
Handles never have shadows, but their outlines and fills can be specified by the
GoShape.Pen
and
GoShape.Brush
properties. Hollow handles (those with a
GoObject
.
NoHandle
HandleID
), should have no
GoShape.Brush
.
See Also
Reference
GoHandle Class
GoHandle Members