NodeShape.SetAbsoluteBoundsValue Method

Sets the value for the AbsoluteBounds property.

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

Syntax

'Declaration
Protected Overridable Sub SetAbsoluteBoundsValue ( _
    newValue As RectangleD _
)
'Usage
Dim newValue As RectangleD 

Me.SetAbsoluteBoundsValue(newValue)
protected virtual void SetAbsoluteBoundsValue(
    RectangleD newValue
)
protected:
virtual void SetAbsoluteBoundsValue(
    RectangleD newValue
)
protected function SetAbsoluteBoundsValue(
    newValue : RectangleD
)

Parameters

.NET Framework Security

See Also

Reference

NodeShape Class

NodeShape Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace