Diagram::SetAbsoluteBoundsValue Method (RectangleD)

 

Sets the absolute bounds for the diagram.

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

protected:
virtual void SetAbsoluteBoundsValue(
	RectangleD newValue
) override

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.

Return to top
Show: