ExcludeClip
ExcludeClip(Region)
يحدّث منطقة المقطع لهذاGraphics لاستبعاد المنطقة المحددة بواسطةRegion .
public void ExcludeClip(Region region)
| معامل | يكتب | وصف |
|---|---|---|
| region | Region | Region يحدد المنطقة المراد استبعادها من منطقة المقطع. |
أنظر أيضا
- class Region
- class Graphics
- مساحة الاسم System.Drawing
- المجسم Aspose.Drawing
ExcludeClip(Rectangle)
يحدّث منطقة المقطع لهذاGraphics لاستبعاد المنطقة المحددة بواسطةRectangle
public void ExcludeClip(Rectangle rect)
| معامل | يكتب | وصف |
|---|---|---|
| rect | Rectangle | Rectangle يحدد المستطيل لاستبعاده من منطقة المقطع. |
أنظر أيضا
- struct Rectangle
- class Graphics
- مساحة الاسم System.Drawing
- المجسم Aspose.Drawing