dotnetCHARTING Send comments on this topic.
GetBounds Method
See Also 
dotnetCHARTING.Mapping Namespace > Shape Class : GetBounds Method


Gets the bounding box for this shape.

Syntax

Visual Basic (Declaration) 
Public Function GetBounds() As RectangleF
Visual Basic (Usage)Copy Code
Dim instance As Shape
Dim value As RectangleF
 
value = instance.GetBounds()
C# 
public RectangleF GetBounds()

See Also

© 2010 All Rights Reserved.