GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace
/
GoSubGraph 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 (GoSubGraph)
In This Topic
The background of the group is displayed as a rounded rectangle with a
BackgroundColor
and an
Opacity
, to make it easier to tell which nodes are part of which subgraph.
Syntax
C#
public
override
void
Paint(
Graphics
g
,
GoView
view
)
Parameters
g
view
Remarks
This method calls
PaintDecoration
in order to draw the rounded rectangle, but only if
PaintsDecoration
returns true.
See Also
Reference
GoSubGraph Class
GoSubGraph Members