PolylineAnnotation.GraphicsPath 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置折线批注在运行时的路径点。
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 对象。
- 属性
注解
折线必须使用相对于批注对象的坐标,其中 (0,0) 表示左上角坐标, (100100) 表示批注的右下角坐标。
如果你应改用属性,则在设计时无法访问此属性 GraphicsPathPoints 。