Graphics.ExcludeClip
ExcludeClip(Region)
이 클립 영역을 업데이트합니다.Graphics a로 지정된 영역을 제외하려면Region .
public void ExcludeClip(Region region)
모수 | 유형 | 설명 |
---|---|---|
region | Region | Region 클립 영역에서 제외할 영역을 지정합니다. |
또한보십시오
- class Region
- class Graphics
- 네임스페이스 System.Drawing
- 집회 Aspose.Drawing
ExcludeClip(Rectangle)
이 클립 영역을 업데이트합니다.Graphics a로 지정된 영역을 제외하려면Rectangle
public void ExcludeClip(Rectangle rect)
모수 | 유형 | 설명 |
---|---|---|
rect | Rectangle | Rectangle 클립 영역에서 제외할 사각형을 지정합니다. |
또한보십시오
- struct Rectangle
- class Graphics
- 네임스페이스 System.Drawing
- 집회 Aspose.Drawing