GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace
/
GoGroup 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 (GoGroup)
In This Topic
Painting a group just paints all of its children.
Syntax
C#
public
override
void
Paint(
Graphics
g
,
GoView
view
)
Parameters
g
view
Remarks
This method paints first the first child in the group's ordered list. This calls
GoObject
.
GoObject.CanView
to decide if the child should be painted. When
GoView
.
GoView.IsPrinting
is true, it calls
GoObject
.
GoObject.CanPrint
instead of
GoObject.CanView
to decide about calling the GoObject's
GoObject.Paint
method.
See Also
Reference
GoGroup Class
GoGroup Members
Paint Method