バージョン

VerticalStrip メソッド

垂直ストリップのビジュアルを生成します。
シンタックス
'宣言
 
Protected Sub VerticalStrip( _
   ByVal geometry As GeometryCollection, _
   ByVal x0 As Double, _
   ByVal x1 As Double, _
   ByVal viewportRect As Rect _
) 
protected void VerticalStrip( 
   GeometryCollection geometry,
   double x0,
   double x1,
   Rect viewportRect
)

パラメータ

geometry
ビジュアルを生成するジオメトリ。
x0
ストリップの開始の x 値。
x1
ストリップの終了の x 値。
viewportRect
軸のビューポート。
参照