GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace
/
GoListGroup 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 (GoListGroup)
In This Topic
In addition to painting all of the children, this method also draws lines using
LinePen
between each child and
BorderPen
around them all.
Syntax
C#
public
override
void
Paint(
Graphics
g
,
GoView
view
)
Parameters
g
view
Remarks
This calls
PaintDecoration
. Painting of the child objects may be clipped to the border if
Clipping
is true.
See Also
Reference
GoListGroup Class
GoListGroup Members