Share via


GraphicsPath.PointCount 속성

정의

PathPoints 또는 PathTypes 배열의 요소 수를 가져옵니다.

public:
 property int PointCount { int get(); };
public int PointCount { get; }
member this.PointCount : int
Public ReadOnly Property PointCount As Integer

속성 값

PathPoints 또는 PathTypes 배열의 요소 수를 지정하는 정수입니다.

적용 대상