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


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > GraphicsUtils.GdiDc クラス > SetClipRegion メソッド : SetClipRegion(Single,Single,Single,Single) メソッド
Sets the clipping region.
シンタックス
'宣言
 
Public Overloads Sub SetClipRegion( _
   ByVal left As System.Single, _
   ByVal top As System.Single, _
   ByVal width As System.Single, _
   ByVal height As System.Single _
) 
'使用法
 
Dim instance As GraphicsUtils.GdiDc
Dim left As System.Single
Dim top As System.Single
Dim width As System.Single
Dim height As System.Single
 
instance.SetClipRegion(left, top, width, height)
public void SetClipRegion( 
   System.float left,
   System.float top,
   System.float width,
   System.float height
)

パラメータ

left
top
width
height
参照

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