MoveableDecoratorHostShape.SetAbsoluteBoundsValue(RectangleD) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.