PolylineAnnotation.GraphicsPath 属性

定义

获取或设置折线批注在运行时的路径点。

public:
 virtual property System::Drawing::Drawing2D::GraphicsPath ^ GraphicsPath { System::Drawing::Drawing2D::GraphicsPath ^ get(); void set(System::Drawing::Drawing2D::GraphicsPath ^ value); };
[System.ComponentModel.Browsable(false)]
public virtual System.Drawing.Drawing2D.GraphicsPath GraphicsPath { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.GraphicsPath : System.Drawing.Drawing2D.GraphicsPath with get, set
Public Overridable Property GraphicsPath As GraphicsPath

属性值

GraphicsPath

具有折线形的 GraphicsPath 对象。

属性

注解

折线必须使用相对于批注对象的坐标,其中 (0,0) 表示左上角坐标, (100100) 表示批注的右下角坐标。

如果你应改用属性,则在设计时无法访问此属性 GraphicsPathPoints

适用于