FlexChart for WinForms
PushClipRect メソッド

C1.Chart アセンブリ > C1.Util 名前空間 > IRendering インターフェース : PushClipRect メソッド
X-coordinate of clip rectangle.
Y-coordinate of clip rectangle.
Clip rectangle width.
Clip rectangle height.
Push the clip rectangle.
シンタックス
'宣言
 
Sub PushClipRect( _
   ByVal x As System.Double, _
   ByVal y As System.Double, _
   ByVal w As System.Double, _
   ByVal h As System.Double _
) 
void PushClipRect( 
   System.double x,
   System.double y,
   System.double w,
   System.double h
)

パラメータ

x
X-coordinate of clip rectangle.
y
Y-coordinate of clip rectangle.
w
Clip rectangle width.
h
Clip rectangle height.
参照

参照

IRendering インターフェース
IRendering メンバ