public HPDF_STATUS moveTo(
    float x, 
    float y)

Starts a new subpath and move the current point for drawing path, moveTo() sets the start point for the path to the point (x, y).

Parameters

x

The x coordinate of start point for drawing path

y

The y coordinate of start point for drawing path ## Graphics Mode Before - GMode.pageDescription or GMode.pathObject. After - GMode.pathObject.