DioDocs for PDF
AddVerticalLineTo メソッド

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Svg 名前空間 > SvgPathBuilder クラス : AddVerticalLineTo メソッド
Indicates whether the command uses absolute (false) or relative (true) coordinates.
The Y-coordinate of the destination point.
Adds the "vertical lineto" command to the path.
シンタックス
'宣言
 
Public Sub AddVerticalLineTo( _
   ByVal relative As System.Boolean, _
   ByVal y As System.Single _
) 
public void AddVerticalLineTo( 
   System.bool relative,
   System.float y
)

パラメータ

relative
Indicates whether the command uses absolute (false) or relative (true) coordinates.
y
The Y-coordinate of the destination point.
参照

SvgPathBuilder クラス
SvgPathBuilder メンバ