GoDiagram Web Reference
Paint Method (GoGroup)

Painting a group just paints all of its children.
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 paints first the first child in the group's ordered list. This calls GoObject.GoObject.CanView to decide if the child should be painted. When GoView.GoView.IsPrinting is true, it calls GoObject.GoObject.CanPrint instead of GoObject.CanView to decide about calling the GoObject's GoObject.Paint method.
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

GoGroup Class
GoGroup Members
Base Implementation in Paint
Paint Method

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback