GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace
/
GoSubGraph 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 (GoSubGraph)
In This Topic
Unlike a regular group, the bounding rectangle is computed by ignoring all children that are not Visible.
Syntax
C#
protected
override
RectangleF
ComputeBounds()
Return Value
the union of all of the visible children and the result of
ComputeBorder
Remarks
The Bounds should include the bordered area, as returned by
ComputeBorder
, plus any other visible objects that may happen to extend beyond that bordered area.
See Also
Reference
GoSubGraph Class
GoSubGraph Members