Graphics::SetClip (constGraphics*,CombineMode) 方法 (gdiplusgraphics.h)
Graphics::SetClip方法會將此Graphics物件的裁剪區域更新為本身與另一個Graphics物件之裁剪區域的組合區域。
語法
Status SetClip(
const Graphics *g,
CombineMode combineMode
);
參數
g
Graphics物件的指標,其中包含要與這個Graphics物件的裁剪區域結合的裁剪區域。
combineMode
CombineMode列舉的 元素,指定如何結合這個Graphics物件的裁剪區域。 預設值為 CombineModeReplace。
傳回值
如果方法成功,它會傳回 Ok,這是 Status 列舉的元素。
如果方法失敗,它會傳回 Status 列舉的其他其中一個專案。
需求
標頭 | gdiplusgraphics.h |