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 列挙体の要素である Ok を返します。
メソッドが失敗した場合は、 Status 列挙体の他の要素のいずれかを返します。
必要条件
Header | gdiplusgraphics.h |