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) 왼쪽 위를 나타내는 좌표 및 (100,100) 주석의 오른쪽 아래 좌표를 나타냅니다.
이 속성을 사용 해야 하는 디자인 타임에 액세스할 수 없는 GraphicsPathPoints 속성 대신 합니다.