8 references to PointCount
System.Drawing.Common (8)
System\Drawing\Drawing2D\GraphicsPath.cs (8)
171
int count =
PointCount
;
855
if (
PointCount
== 0)
939
int count =
PointCount
;
955
/// Span to copy the types into. This should be at least as long as the <see cref="
PointCount
"/>.
976
return
PointCount
;
984
int count =
PointCount
;
1000
/// Span to copy the points into. This should be at least as long as the <see cref="
PointCount
"/>.
1021
return
PointCount
;