GraphicsPath.PointCount

GraphicsPath.PointCount property

Gets the number of elements in the PathPoints or the PathTypes array.

public int PointCount { get; }

Return Value

An integer that specifies the number of elements in the PathPoints or the PathTypes array.

See Also