GrapeCity PlusPak for Windows Forms 10.0J
SetClip(Region,CombineMode) メソッド

組み合わせるRegionオブジェクト。
使用する演算の組み合わせを指定するCombineMode列挙体のメンバ。
このGraphicsオブジェクトのクリップ領域を、現在のクリップ領域と指定されたRegionオブジェクトを組み合わせた、指定した演算結果に対して設定します。
シンタックス
Public Overloads Sub SetClip( _
   ByVal region As Region, _
   ByVal mode As CombineMode _
) 
public void SetClip( 
   Region region,
   CombineMode mode
)

パラメータ

region
組み合わせるRegionオブジェクト。
mode
使用する演算の組み合わせを指定するCombineMode列挙体のメンバ。
参照

参照

Graphics クラス
Graphics メンバ
オーバーロード一覧

 

 


© 2008 GrapeCity inc. All rights reserved.