GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace
/
GoImage 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 (GoImage)
In This Topic
Draw this Image within the bounds of this object.
Syntax
C#
public
override
void
Paint(
Graphics
g
,
GoView
view
)
Parameters
g
view
Remarks
If the value of
Image
is null and the value of
Index
is non-negative, we try to draw an
Image
from the view's
GoView.ImageList
.
See Also
Reference
GoImage Class
GoImage Members