バージョン

VerticalLine メソッド

垂直線のビジュアルを生成します。
シンタックス
'宣言
 
Protected Sub VerticalLine( _
   ByVal geometry As GeometryCollection, _
   ByVal x As Double, _
   ByVal viewportRect As Rect, _
   ByVal renderingInfo As PathRenderingInfo, _
   ByVal isAxisLine As Boolean _
) 
protected void VerticalLine( 
   GeometryCollection geometry,
   double x,
   Rect viewportRect,
   PathRenderingInfo renderingInfo,
   bool isAxisLine
)

パラメータ

geometry
ビジュアルを生成するジオメトリ。
x
線の x 値。
viewportRect
軸のビューポート。
renderingInfo
レンダリング情報。
isAxisLine
線が軸線を表す場合は True。
参照