Graphics.IntersectClip
inhoud
[
verbergen
]IntersectClip(Region)
Werkt het clipgebied hiervan bijGraphics naar het snijpunt van het huidige clipgebied en het opgegevenRegion .
public void IntersectClip(Region region)
| Parameter | Type | Beschrijving |
|---|---|---|
| region | Region | Region kruisen met de huidige regio. |
Zie ook
- class Region
- class Graphics
- naamruimte System.Drawing
- montage Aspose.Drawing
IntersectClip(Rectangle)
Werkt het clipgebied hiervan bijGraphics naar het snijpunt van het huidige clipgebied en het opgegevenRectangle structuur.
public void IntersectClip(Rectangle rect)
| Parameter | Type | Beschrijving |
|---|---|---|
| rect | Rectangle | Rectangle structuur om het huidige clipgebied te kruisen. |
Zie ook
- struct Rectangle
- class Graphics
- naamruimte System.Drawing
- montage Aspose.Drawing
IntersectClip(RectangleF)
Werkt het clipgebied hiervan bijGraphics naar het snijpunt van het huidige clipgebied en het opgegevenRectangleF structuur.
public void IntersectClip(RectangleF rect)
| Parameter | Type | Beschrijving |
|---|---|---|
| rect | RectangleF | RectangleF structuur om het huidige clipgebied te kruisen. |
Zie ook
- struct RectangleF
- class Graphics
- naamruimte System.Drawing
- montage Aspose.Drawing