NodeShape.SetAbsoluteBoundsValue Method

Sets the value for the AbsoluteBounds property.

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

Syntax

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

Parameters

.NET Framework Security

See Also

Reference

NodeShape Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace