GoDiagram Web Reference
ExpandPaintBounds Method (GoGrid)

The paint bounds are effectively unbounded if IsUnbounded is true.
Syntax
'Declaration
 
Public Overrides Function ExpandPaintBounds( _
   ByVal rect As RectangleF, _
   ByVal view As GoView _
) As RectangleF
public override RectangleF ExpandPaintBounds( 
   RectangleF rect,
   GoView view
)

Parameters

rect
view

Return Value

If IsUnbounded is true, a RectangleF with a very large Width and/or Height; otherwise the standard expanded rectangle as for any GoShape accounting for any pen and/or shadow.
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

GoGrid Class
GoGrid Members
Base Implementation in ExpandPaintBounds

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback