GoDiagram Web Reference
PaintGreek Method (GoText)

This method is responsible for alternative painting when the scale is small.
Syntax
'Declaration
 
Public Overridable Function PaintGreek( _
   ByVal g As Graphics, _
   ByVal view As GoView _
) As Boolean
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 DocScale is less than the GoView.PaintNothingScale. It just draws a line if the scale is less than the GoView.PaintGreekScale.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoText Class
GoText Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback