GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace
/
GoStroke 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 (GoStroke)
In This Topic
The bounding rectangle of a stroke is computed as the smallest rectangle that includes all of the stroke's 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 strokes are not necessarily the closest fitting, and do not include any arrowheads.
See Also
Reference
GoStroke Class
GoStroke Members