6 references to Pointer
System.Drawing.Common (6)
System\Drawing\Drawing2D\CustomLineCap.cs (2)
23fillPath.Pointer(), 24strokePath.Pointer(),
System\Drawing\Drawing2D\GraphicsPath.cs (1)
772PInvokeGdiPlus.GdipAddPathPath(_nativePath, addingPath.Pointer(), connect).ThrowIfFailed();
System\Drawing\Drawing2D\GraphicsPathIterator.cs (3)
14PInvokeGdiPlus.GdipCreatePathIter(&iterator, path.Pointer()).ThrowIfFailed(); 75PInvokeGdiPlus.GdipPathIterNextSubpathPath(_nativeIterator, &resultCount, path.Pointer(), &tempIsClosed).ThrowIfFailed(); 109PInvokeGdiPlus.GdipPathIterNextMarkerPath(_nativeIterator, &resultCount, path.Pointer()).ThrowIfFailed();