Graphics.ExcludeClip

ExcludeClip(Region)

이 클립 영역을 업데이트합니다.Graphics a로 지정된 영역을 제외하려면Region .

public void ExcludeClip(Region region)
모수유형설명
regionRegionRegion 클립 영역에서 제외할 영역을 지정합니다.

또한보십시오


ExcludeClip(Rectangle)

이 클립 영역을 업데이트합니다.Graphics a로 지정된 영역을 제외하려면Rectangle

public void ExcludeClip(Rectangle rect)
모수유형설명
rectRectangleRectangle 클립 영역에서 제외할 사각형을 지정합니다.

또한보십시오