MoveTo
IPDFDocument4 :: Page Operations :: Graphics

See Also
Collapse All

This method moves the current point to a new position.

Syntax

HRESULT MoveTo (
FLOAT x,
FLOAT y
)
Parameters
x
X coordinate of the new position

y
Y coordinate of the new position

Return value
If successful, this method returns S_OK. If it fails, this method should return one of the error values.

Remarks

See theĀ DrawArc method for examples.

See Also

Reference