PrintDocument for WinForms
SetClipRegion(Int32,Int32,Int32,Int32) メソッド


C1.PrintDocument.4.5.2 アセンブリ > C1.C1Preview 名前空間 > GraphicsUtils.GdiDc クラス > SetClipRegion メソッド : SetClipRegion(Int32,Int32,Int32,Int32) メソッド
クリッピング領域を設定します。
シンタックス
'宣言
 
Public Overloads Sub SetClipRegion( _
   ByVal left As System.Integer, _
   ByVal top As System.Integer, _
   ByVal width As System.Integer, _
   ByVal height As System.Integer _
) 
'使用法
 
Dim instance As GraphicsUtils.GdiDc
Dim left As System.Integer
Dim top As System.Integer
Dim width As System.Integer
Dim height As System.Integer
 
instance.SetClipRegion(left, top, width, height)
public void SetClipRegion( 
   System.int left,
   System.int top,
   System.int width,
   System.int height
)

パラメータ

left
top
width
height
参照

GraphicsUtils.GdiDc クラス
GraphicsUtils.GdiDc メンバ
オーバーロード一覧