Graphics.SetClip
SetClip(Graphics)
Stelt het clipping-gebied hiervan inGraphics naar de eigenschap Clip van de opgegevenGraphics
public void SetClip(Graphics g)
| Parameter | Type | Beschrijving |
|---|---|---|
| g | Graphics | DeGraphics - om de eigenschap Clip te sourcen. |
Zie ook
- class Graphics
- naamruimte System.Drawing
- montage Aspose.Drawing
SetClip(Graphics, CombineMode)
Stelt het clipping-gebied hiervan inGraphics tot het resultaat van de opgegeven combinatiebewerking van het huidige clipgebied en de eigenschap Clip van het opgegevenGraphics .
public void SetClip(Graphics g, CombineMode combineMode)
| Parameter | Type | Beschrijving |
|---|---|---|
| g | Graphics | DeGraphics die het te combineren clipgebied specificeert. |
| combineMode | CombineMode | Het lid van deCombineMode opsomming die de te gebruiken combinatiebewerking specificeert. |
Zie ook
- enum CombineMode
- class Graphics
- naamruimte System.Drawing
- montage Aspose.Drawing
SetClip(Rectangle)
Stelt het clipping-gebied hiervan inGraphics naar het resultaat van de opgegeven bewerking waarbij het huidige clipgebied en de rechthoek gespecificeerd door a worden gecombineerdRectangle structuur.
public void SetClip(Rectangle rect)
| Parameter | Type | Beschrijving |
|---|---|---|
| rect | Rectangle | DeRectangle structuur te combineren. |
Zie ook
- struct Rectangle
- class Graphics
- naamruimte System.Drawing
- montage Aspose.Drawing
SetClip(Rectangle, CombineMode)
Stelt het clipping-gebied hiervan inGraphics naar het resultaat van de opgegeven bewerking waarbij het huidige clipgebied en de rechthoek gespecificeerd door a worden gecombineerdRectangle structuur.
public void SetClip(Rectangle rect, CombineMode combineMode)
| Parameter | Type | Beschrijving |
|---|---|---|
| rect | Rectangle | DeRectangle structuur te combineren. |
| combineMode | CombineMode | Het lid van deCombineMode opsomming die de te gebruiken combinatiebewerking specificeert. |
Zie ook
- struct Rectangle
- enum CombineMode
- class Graphics
- naamruimte System.Drawing
- montage Aspose.Drawing
SetClip(RectangleF)
Stelt het clipping-gebied hiervan inGraphics naar het resultaat van de opgegeven bewerking waarbij het huidige clipgebied en de rechthoek gespecificeerd door a worden gecombineerdRectangleF structuur.
public void SetClip(RectangleF rect)
| Parameter | Type | Beschrijving |
|---|---|---|
| rect | RectangleF | DeRectangleF structuur te combineren. |
Zie ook
- struct RectangleF
- class Graphics
- naamruimte System.Drawing
- montage Aspose.Drawing
SetClip(RectangleF, CombineMode)
Stelt het clipping-gebied hiervan inGraphics naar het resultaat van de opgegeven bewerking waarbij het huidige clipgebied en de rechthoek gespecificeerd door a worden gecombineerdRectangleF structuur.
public void SetClip(RectangleF rect, CombineMode combineMode)
| Parameter | Type | Beschrijving |
|---|---|---|
| rect | RectangleF | DeRectangle structuur te combineren. |
| combineMode | CombineMode | De combineermodus. |
Zie ook
- struct RectangleF
- enum CombineMode
- class Graphics
- naamruimte System.Drawing
- montage Aspose.Drawing
SetClip(GraphicsPath)
Stelt het clipping-gebied hiervan inGraphics naar het gespecificeerdeGraphicsPath .
public void SetClip(GraphicsPath path)
| Parameter | Type | Beschrijving |
|---|---|---|
| path | GraphicsPath | DeGraphicsPath dat het nieuwe clipgebied vertegenwoordigt. |
Zie ook
- class GraphicsPath
- class Graphics
- naamruimte System.Drawing
- montage Aspose.Drawing
SetClip(GraphicsPath, CombineMode)
Stelt het clipping-gebied hiervan inGraphics naar het resultaat van de gespecificeerde bewerking waarbij het huidige clipgebied en het gespecificeerde worden gecombineerdGraphicsPath .
public void SetClip(GraphicsPath path, CombineMode combineMode)
| Parameter | Type | Beschrijving |
|---|---|---|
| path | GraphicsPath | DeGraphicsPath combineren.. |
| combineMode | CombineMode | Het lid van deCombineMode opsomming die de te gebruiken combinatiebewerking specificeert.. |
Zie ook
- class GraphicsPath
- enum CombineMode
- class Graphics
- naamruimte System.Drawing
- montage Aspose.Drawing
SetClip(Region, CombineMode)
Stelt het clipping-gebied hiervan inGraphicsnaar het resultaat van de opgegeven bewerking die het huidige clipgebied combineert met het opgegevenRegion .
public void SetClip(Region region, CombineMode combineMode)
| Parameter | Type | Beschrijving |
|---|---|---|
| region | Region | Region combineren. |
| combineMode | CombineMode | Lid van deCombineMode opsomming die specificeert de combinatiebewerking die moet worden gebruikt. |
Zie ook
- class Region
- enum CombineMode
- class Graphics
- naamruimte System.Drawing
- montage Aspose.Drawing