PathData.Points 속성

정의

경로가 생성되는 지점을 나타내는 구조체의 PointF 배열을 가져오거나 설정합니다.

public:
 property cli::array <System::Drawing::PointF> ^ Points { cli::array <System::Drawing::PointF> ^ get(); void set(cli::array <System::Drawing::PointF> ^ value); };
public System.Drawing.PointF[]? Points { get; set; }
public System.Drawing.PointF[] Points { get; set; }
member this.Points : System.Drawing.PointF[] with get, set
Public Property Points As PointF()

속성 값

PointF[]

경로가 생성되는 지점을 나타내는 개체의 배열 PointF 입니다.

적용 대상