[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgPathBuilder.AddMoveTo

AddMoveTo Method

AddMoveTo(bool, float, float)

Adds the "moveto" command to the path.

Declaration
public void AddMoveTo(bool relative, float x, float y)
Public Sub AddMoveTo(relative As Boolean, x As Single, y As Single)
Parameters
Type Name Description
bool relative

Indicates whether the command uses absolute (false) or relative (true) coordinates.

float x

The X-coordinate of the destination point.

float y

The Y-coordinate of the destination point.