Graphics.SetClip

SetClip(Graphics)

이 클리핑 영역을 설정합니다.Graphics 지정된 클립 속성에Graphics

public void SetClip(Graphics g)
모수유형설명
gGraphics그만큼Graphics - Clip 속성을 소싱합니다.

또한보십시오


SetClip(Graphics, CombineMode)

이 클리핑 영역을 설정합니다.Graphics 현재 클립 영역과 지정된 클립 영역의 지정된 결합 작업 결과로Graphics .

public void SetClip(Graphics g, CombineMode combineMode)
모수유형설명
gGraphics그만큼Graphics 결합할 클립 영역을 지정합니다.
combineModeCombineMode의 회원CombineMode 사용할 결합 작업을 지정하는 열거형입니다.

또한보십시오


SetClip(Rectangle)

이 클리핑 영역을 설정합니다.Graphics 현재 클립 영역과Rectangle 구조.

public void SetClip(Rectangle rect)
모수유형설명
rectRectangle그만큼Rectangle 결합하는 구조.

또한보십시오


SetClip(Rectangle, CombineMode)

이 클리핑 영역을 설정합니다.Graphics 현재 클립 영역과Rectangle 구조.

public void SetClip(Rectangle rect, CombineMode combineMode)
모수유형설명
rectRectangle그만큼Rectangle 결합하는 구조.
combineModeCombineMode회원CombineMode 사용할 결합 작업을 지정하는 열거형입니다.

또한보십시오


SetClip(RectangleF)

이 클리핑 영역을 설정합니다.Graphics 현재 클립 영역과RectangleF 구조.

public void SetClip(RectangleF rect)
모수유형설명
rectRectangleF그만큼RectangleF 결합하는 구조.

또한보십시오


SetClip(RectangleF, CombineMode)

이 클리핑 영역을 설정합니다.Graphics 현재 클립 영역과RectangleF 구조.

public void SetClip(RectangleF rect, CombineMode combineMode)
모수유형설명
rectRectangleF그만큼Rectangle 결합하는 구조.
combineModeCombineMode결합 모드.

또한보십시오


SetClip(GraphicsPath)

이 클리핑 영역을 설정합니다.Graphics 지정된GraphicsPath .

public void SetClip(GraphicsPath path)
모수유형설명
pathGraphicsPath그만큼GraphicsPath 새 클립 영역을 나타냅니다.

또한보십시오


SetClip(GraphicsPath, CombineMode)

이 클리핑 영역을 설정합니다.Graphics 현재 클립 영역과 지정된GraphicsPath .

public void SetClip(GraphicsPath path, CombineMode combineMode)
모수유형설명
pathGraphicsPath그만큼GraphicsPath 결합하다..
combineModeCombineMode의 회원CombineMode 사용할 결합 연산을 지정하는 열거형..

또한보십시오


SetClip(Region, CombineMode)

이 클리핑 영역을 설정합니다.Graphics지정된 작업의 결과 결합 현재 클립 영역과 지정된Region .

public void SetClip(Region region, CombineMode combineMode)
모수유형설명
regionRegionRegion 결합하다.
combineModeCombineMode의 회원CombineMode 사용할 결합 작업을 지정하는 열거형 입니다.

또한보십시오