DecoratorDoubleEmptyArrow.GetPath(RectangleD) 方法

定义

基于传入的边界框返回此 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

要在其中绘制路径的矩形。

返回

GraphicsPath

用于生成的 LinkDecorator 的 GraphicsPath。

适用于