Shape.GetBoundingBox override.
Namespace: MindFusion.Mapping Assembly: MindFusion.Mapping
Syntax
C#
Copy Code
|
---|
public override Rect GetBoundingBox () |
Visual Basic
Copy Code
|
---|
Public Overrides Function GetBoundingBox () As Rect |
Return Value
A Rect representing the shape's bounding box.
See Also
|