GoDiagram Web Reference
PaintObjects Method

If true, paint document objects.
If true, paint view objects.
Paint all the document and/or view objects.
Syntax
'Declaration
 
Protected Overridable Sub PaintObjects( _
   ByVal doc As Boolean, _
   ByVal view As Boolean, _
   ByVal g As Graphics, _
   ByVal clipRect As RectangleF _
) 
protected virtual void PaintObjects( 
   bool doc,
   bool view,
   Graphics g,
   RectangleF clipRect
)

Parameters

doc
If true, paint document objects.
view
If true, paint view objects.
g
clipRect
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

GoView Class
GoView Members
Paint Method

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback