GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace
/
GoPolygon Class
/ ComputeBounds Method
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
ComputeBounds Method (GoPolygon)
In This Topic
The bounding rectangle of a polygon is computed as the smallest rectangle that includes all of its points.
Syntax
C#
protected
override
RectangleF
ComputeBounds()
Remarks
If there are only zero or one points, the size will be zero. The computed bounds for Bezier-sided polygons are not necessarily the closest fitting.
See Also
Reference
GoPolygon Class
GoPolygon Members