Adds the "horizontal lineto" command to the path.
シンタックス
'宣言
Public Sub AddHorizontalLineTo( _
ByVal As System.Boolean, _
ByVal As System.Single _
)
public void AddHorizontalLineTo(
System.bool ,
System.float
)
パラメータ
- relative
- Indicates whether the command uses absolute (false) or relative (true) coordinates.
- x
- The X-coordinate of the destination point.
参照