1 reference to GdipCreatePathIter
System.Drawing (1)
commonui\System\Drawing\Advanced\GraphicsPathIterator.cs (1)
43
int status = SafeNativeMethods.Gdip.
GdipCreatePathIter
(out nativeIter, new HandleRef(path, (path == null) ? IntPtr.Zero : path.nativePath));