다음을 통해 공유


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 폴리라인 셰이프가 있는 개체입니다.

특성

설명

폴리라인은 주석 개체를 기준으로 좌표를 사용해야 합니다. 여기서 (0,0)는 왼쪽 위 좌표를 표시하고(100,100)는 주석의 오른쪽 아래 좌표를 나타냅니다.

이 속성 대신 사용 해야 하는 경우 디자인 타임에 GraphicsPathPoints 액세스할 수 없습니다.

적용 대상