GoDiagram Win Reference
Paint Method (GoControl)

Make sure the Control in the view exists and is positioned and sized correctly.
Syntax
'Declaration
 
Public Overrides Sub Paint( _
   ByVal g As Graphics, _
   ByVal view As GoView _
) 
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.
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

GoControl Class
GoControl Members
Base Implementation in Paint

 

 


© 2015. Northwoods Software Corporation. All Rights Reserved.

Send Feedback