DecoratorDoubleEmptyArrow.GetPath(RectangleD) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
基于传入的边界框返回此 LinkDecorator 的 GraphicsPath。 这是 LinkDecorator 类的单一实例。 不要释放。 立即使用。
protected:
override System::Drawing::Drawing2D::GraphicsPath ^ GetPath(Microsoft::VisualStudio::Modeling::Diagrams::RectangleD bounds);
protected override System.Drawing.Drawing2D.GraphicsPath GetPath (Microsoft.VisualStudio.Modeling.Diagrams.RectangleD bounds);
override this.GetPath : Microsoft.VisualStudio.Modeling.Diagrams.RectangleD -> System.Drawing.Drawing2D.GraphicsPath
Protected Overrides Function GetPath (bounds As RectangleD) As GraphicsPath
参数
- bounds
- RectangleD
要在其中绘制路径的矩形。
返回
用于生成的 LinkDecorator 的 GraphicsPath。