Graphics.ExcludeClip
ExcludeClip(Region)
Werkt het clipgebied hiervan bijGraphics om het gebied gespecificeerd door a uit te sluitenRegion .
public void ExcludeClip(Region region)
Parameter | Type | Beschrijving |
---|---|---|
region | Region | Region dat het gebied specificeert dat moet worden uitgesloten van het clipgebied. |
Zie ook
- class Region
- class Graphics
- naamruimte System.Drawing
- montage Aspose.Drawing
ExcludeClip(Rectangle)
Werkt het clipgebied hiervan bijGraphics om het gebied gespecificeerd door a uit te sluitenRectangle
public void ExcludeClip(Rectangle rect)
Parameter | Type | Beschrijving |
---|---|---|
rect | Rectangle | Rectangle dat de rechthoek specificeert die moet worden uitgesloten van het clipgebied. |
Zie ook
- struct Rectangle
- class Graphics
- naamruimte System.Drawing
- montage Aspose.Drawing