Diagram::SetAbsoluteBoundsValue Method (RectangleD)
Visual Studio 2015
Sets the absolute bounds for the diagram.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
Parameters
- newValue
-
Type:
Microsoft.VisualStudio.Modeling.Diagrams::RectangleD
The rectangle that contains the size and position to use for the absolute bounds.
The absolute bounds represents the area upon which the diagram can be drawn. If the diagram is larger than this area, it is rendered outside this area, and scrollbars appear so that a user can scroll to the content.
Show: