GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace
/
GoView Class
/ ComputeDocumentBounds Method
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
ComputeDocumentBounds Method
In This Topic
Determine the actual extent of all of the objects in the document as seen by this view.
Syntax
C#
public
virtual
RectangleF
ComputeDocumentBounds()
Return Value
A
RectangleF
in document coordinates
Remarks
This is called by methods such as
RescaleToFit
, that want to know how much area is taken up by visible document objects.
DocumentSize
is different in that that property is likely to be less changeable as objects are moved or deleted.
See Also
Reference
GoView Class
GoView Members