2 writes to X
System.Drawing (2)
commonui\System\Drawing\Advanced\GPPOINTF.cs (2)
24
X
= pt.X;
29
X
= (float) pt.X;
2 references to X
System.Drawing (2)
commonui\System\Drawing\Advanced\Gdiplus.cs (1)
3223
points[index] = new PointF(pt.
X
, pt.Y);
commonui\System\Drawing\Advanced\GPPOINTF.cs (1)
34
return new PointF(
X
, Y);