MoveableDecoratorHostShape.SetAbsoluteBoundsValue Method
Override SetAbsoluteBoundsValue() to handle movement through nudge.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.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
newValue
Type: Microsoft.VisualStudio.Modeling.Diagrams.RectangleDNew absolute bounds.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.