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