GoDiagram Web Reference
Paint Method (GoSubGraph)

The background of the group is displayed as a rounded rectangle with a BackgroundColor and an Opacity, to make it easier to tell which nodes are part of which subgraph.
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 method calls PaintDecoration in order to draw the rounded rectangle, but only if PaintsDecoration returns true.
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

GoSubGraph Class
GoSubGraph Members
Base Implementation in Paint

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback