Diagram.SetAbsoluteBoundsValue Method

Sets the absolute bounds for the diagram.

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

Syntax

'Declaration
Protected Overrides Sub SetAbsoluteBoundsValue ( _
    newValue As RectangleD _
)
protected override void SetAbsoluteBoundsValue(
    RectangleD newValue
)
protected:
virtual void SetAbsoluteBoundsValue(
    RectangleD newValue
) override
abstract SetAbsoluteBoundsValue : 
        newValue:RectangleD -> unit  
override SetAbsoluteBoundsValue : 
        newValue:RectangleD -> unit
protected override function SetAbsoluteBoundsValue(
    newValue : RectangleD
)

Parameters

Remarks

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.

.NET Framework Security

See Also

Reference

Diagram Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace