Sets the clipping region of this
Graphics object to the result of the Replace combining the current clip region and the specified
Region object.
オーバーロード一覧
オーバーロード | 解説 |
SetClip(Region) | Sets the clipping region of this Graphics object to the result of the Replace combining the current clip region and the specified Region object. |
SetClip(Rectangle) | Sets the clipping region of this Graphics object to the rectangle specified by a System.Drawing.Rectangle structure. |
SetClip(Rectangle,CombineMode) | Sets the clipping region of this Graphics object to the result of the specified operation combining the current clip region and the rectangle specified by a System.Drawing.Rectangle structure. |
SetClip(Region,CombineMode) | Sets the clipping region of this Graphics object to the result of the specified operation combining the current clip region and the specified Region object. |
参照