49 references to CombineMode
System.Drawing (44)
commonui\System\Drawing\Advanced\Gdiplus.cs (9)
801internal static extern int GdipCombineRegionRect(HandleRef region, ref GPRECTF gprectf, CombineMode mode); 805internal static extern int GdipCombineRegionRectI(HandleRef region, ref GPRECT gprect, CombineMode mode); 809internal static extern int GdipCombineRegionPath(HandleRef region, HandleRef path, CombineMode mode); 813internal static extern int GdipCombineRegionRegion(HandleRef region, HandleRef region2, CombineMode mode); 2623internal static extern int GdipSetClipGraphics(HandleRef graphics, HandleRef srcgraphics, CombineMode mode); 2628float width, float height, CombineMode mode); 2633int width, int height, CombineMode mode); 2637internal static extern int GdipSetClipPath(HandleRef graphics, HandleRef path, CombineMode mode); 2641internal static extern int GdipSetClipRegion(HandleRef graphics, HandleRef region, CombineMode mode);
commonui\System\Drawing\Graphics.cs (15)
3929SetClip(g, CombineMode.Replace); 3935public void SetClip(Graphics g, CombineMode combineMode) { 3951SetClip(rect, CombineMode.Replace); 3957public void SetClip(Rectangle rect, CombineMode combineMode) { 3970SetClip(rect, CombineMode.Replace); 3976public void SetClip(RectangleF rect, CombineMode combineMode) { 3989SetClip(path, CombineMode.Replace); 3995public void SetClip(GraphicsPath path, CombineMode combineMode) { 4009public void SetClip(Region region, CombineMode combineMode) { 4026rect.Width, rect.Height, CombineMode.Intersect); 4038rect.Width, rect.Height, CombineMode.Intersect); 4053CombineMode.Intersect); 4065rect.Width, rect.Height, CombineMode.Exclude); 4081CombineMode.Exclude); 4212SetClip(value, CombineMode.Replace);
commonui\System\Drawing\Region.cs (20)
282int status = SafeNativeMethods.Gdip.GdipCombineRegionRect(new HandleRef(this, nativeRegion), ref gprectf, CombineMode.Intersect); 298int status = SafeNativeMethods.Gdip.GdipCombineRegionRectI(new HandleRef(this, nativeRegion), ref gprect, CombineMode.Intersect); 315int status = SafeNativeMethods.Gdip.GdipCombineRegionPath(new HandleRef(this, nativeRegion), new HandleRef(path, path.nativePath), CombineMode.Intersect); 332int status = SafeNativeMethods.Gdip.GdipCombineRegionRegion(new HandleRef(this, nativeRegion), new HandleRef(region, region.nativeRegion), CombineMode.Intersect); 362int status = SafeNativeMethods.Gdip.GdipCombineRegionRect(new HandleRef(this, nativeRegion), ref gprectf, CombineMode.Union); 376int status = SafeNativeMethods.Gdip.GdipCombineRegionRectI(new HandleRef(this, nativeRegion), ref gprect, CombineMode.Union); 391int status = SafeNativeMethods.Gdip.GdipCombineRegionPath(new HandleRef(this, nativeRegion), new HandleRef(path, path.nativePath), CombineMode.Union); 407int status = SafeNativeMethods.Gdip.GdipCombineRegionRegion(new HandleRef(this, nativeRegion), new HandleRef(region, region.nativeRegion), CombineMode.Union); 421int status = SafeNativeMethods.Gdip.GdipCombineRegionRect(new HandleRef(this, nativeRegion), ref gprectf, CombineMode.Xor); 435int status = SafeNativeMethods.Gdip.GdipCombineRegionRectI(new HandleRef(this, nativeRegion), ref gprect, CombineMode.Xor); 450int status = SafeNativeMethods.Gdip.GdipCombineRegionPath(new HandleRef(this, nativeRegion), new HandleRef(path, path.nativePath), CombineMode.Xor); 465int status = SafeNativeMethods.Gdip.GdipCombineRegionRegion(new HandleRef(this, nativeRegion), new HandleRef(region, region.nativeRegion), CombineMode.Xor); 479int status = SafeNativeMethods.Gdip.GdipCombineRegionRect(new HandleRef(this, nativeRegion), ref gprectf, CombineMode.Exclude); 493int status = SafeNativeMethods.Gdip.GdipCombineRegionRectI(new HandleRef(this, nativeRegion), ref gprect, CombineMode.Exclude); 509CombineMode.Exclude); 525CombineMode.Exclude); 539int status = SafeNativeMethods.Gdip.GdipCombineRegionRect(new HandleRef(this, nativeRegion), ref gprectf, CombineMode.Complement); 553int status = SafeNativeMethods.Gdip.GdipCombineRegionRectI(new HandleRef(this, nativeRegion), ref gprect, CombineMode.Complement); 569int status = SafeNativeMethods.Gdip.GdipCombineRegionPath(new HandleRef(this, nativeRegion), new HandleRef(path, path.nativePath), CombineMode.Complement); 586int status = SafeNativeMethods.Gdip.GdipCombineRegionRegion(new HandleRef(this, nativeRegion), new HandleRef(region, region.nativeRegion), CombineMode.Complement);
System.Web.DataVisualization (2)
Common\General\GdiGraphics.cs (1)
593 CombineMode combineMode
Common\General\IChartRenderingEngine.cs (1)
475 CombineMode combineMode
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (1)
1948g.SetClip(oldClip, CombineMode.Replace);
winforms\Managed\System\WinForms\ToolStrip.cs (1)
3757toolstripGraphics.SetClip(transparentRegion,CombineMode.Union);
System.Windows.Forms.DataVisualization (1)
Common\General\GdiGraphics.cs (1)
593 CombineMode combineMode