MoveableDecoratorHostShape.SetAbsoluteBoundsValue(RectangleD) 方法

定义

重写 SetAbsoluteBoundsValue () 以处理移动。

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)

参数

newValue
RectangleD

新的绝对边界。

适用于