GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace
/
GoText Class
/ PaintGreek Method
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
PaintGreek Method (GoText)
In This Topic
This method is responsible for alternative painting when the scale is small.
Syntax
C#
public
virtual
bool
PaintGreek(
Graphics
g
,
GoView
view
)
Parameters
g
view
Return Value
True if this method handled the Paint request; false if it did not and the regular painting should take place.
Remarks
This paints nothing if the
view
's
GoView.DocScale
is less than the
GoView.PaintNothingScale
. It just draws a line if the scale is less than the
GoView.PaintGreekScale
.
See Also
Reference
GoText Class
GoText Members