MoveableDecoratorHostShape.SetAbsoluteBoundsValue(RectangleD) Method

Definition

Override SetAbsoluteBoundsValue() to handle movement through nudge.

protected:
 override void SetAbsoluteBoundsValue(Microsoft::VisualStudio::Modeling::Diagrams::RectangleD newValue);
protected override void SetAbsoluteBoundsValue (Microsoft.VisualStudio.Modeling.Diagrams.RectangleD newValue);
override this.SetAbsoluteBoundsValue : Microsoft.VisualStudio.Modeling.Diagrams.RectangleD -> unit
Protected Overrides Sub SetAbsoluteBoundsValue (newValue As RectangleD)

Parameters

newValue
RectangleD

New absolute bounds.

Applies to