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