7 references to GdipCombineRegionPath
System.Drawing.Common (5)
System\Drawing\Region.cs (5)
117
CheckStatus(PInvokeGdiPlus.
GdipCombineRegionPath
(NativeRegion, path._nativePath, GdiPlus.CombineMode.CombineModeIntersect));
136
CheckStatus(PInvokeGdiPlus.
GdipCombineRegionPath
(NativeRegion, path._nativePath, GdiPlus.CombineMode.CombineModeUnion));
155
CheckStatus(PInvokeGdiPlus.
GdipCombineRegionPath
(NativeRegion, path._nativePath, GdiPlus.CombineMode.CombineModeXor));
174
CheckStatus(PInvokeGdiPlus.
GdipCombineRegionPath
(NativeRegion, path._nativePath, GdiPlus.CombineMode.CombineModeExclude));
193
CheckStatus(PInvokeGdiPlus.
GdipCombineRegionPath
(NativeRegion, path._nativePath, GdiPlus.CombineMode.CombineModeComplement));
System.Private.Windows.GdiPlus (2)
_generated\60\Windows.Win32.PInvokeGdiPlus.gdiplus.dll.g.cs (2)
770
/// <inheritdoc cref="
GdipCombineRegionPath
(winmdroot.Graphics.GdiPlus.GpRegion*, winmdroot.Graphics.GdiPlus.GpPath*, winmdroot.Graphics.GdiPlus.CombineMode)"/>
777
winmdroot.Graphics.GdiPlus.Status __result = PInvokeGdiPlus.
GdipCombineRegionPath
(regionLocal, pathLocal, combineMode);