GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace
/
GoControl 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 (GoControl)
In This Topic
Make sure the Control in the view exists and is positioned and sized correctly.
Syntax
C#
public
override
void
Paint(
Graphics
g
,
GoView
view
)
Parameters
g
view
Remarks
This ignores the
Shadowed
property. Controls are not created for
GoOverview
views--instead they are drawn as light gray rectangles.
See Also
Reference
GoControl Class
GoControl Members