Graphics::SetClip(constGraphics*,CombineMode) 메서드(gdiplusgraphics.h)
Graphics::SetClip 메서드는 이 Graphics 개체의 클리핑 영역을 자체 및 다른 Graphics 개체의 클리핑 영역의 조합인 영역으로 업데이트합니다.
구문
Status SetClip(
const Graphics *g,
CombineMode combineMode
);
매개 변수
g
이 Graphics 개체의 클리핑 영역과 결합할 클리핑 영역을 포함하는 Graphics 개체에 대한 포인터입니다.
combineMode
지정한 영역을 이 Graphics 개체의 클리핑 영역과 결합하는 방법을 지정하는 CombineMode 열거형의 요소입니다. 기본값은 CombineModeReplace입니다.
반환 값
메서드가 성공하면 Status 열거형의 요소인 확인을 반환합니다.
메서드가 실패하면 Status 열거형의 다른 요소 중 하나를 반환합니다.
요구 사항
머리글 | gdiplusgraphics.h |