2 references to GdipGetPointCount
System.Drawing (2)
commonui\System\Drawing\Advanced\GraphicsPath.cs (2)
1598SafeNativeMethods.Gdip.GdipGetPointCount(new HandleRef(this, nativePath), out pointCount); 1678int status = SafeNativeMethods.Gdip.GdipGetPointCount(new HandleRef(this, nativePath), out count);