MoveTo()

GeometryPath::MoveTo(System::Drawing::PointF) method

Sets next point position.

void Aspose::Slides::GeometryPath::MoveTo(System::Drawing::PointF point) override

Arguments

ParameterTypeDescription
pointSystem::Drawing::PointFPoint position

GeometryPath::MoveTo(float, float) method

Sets next point position.

void Aspose::Slides::GeometryPath::MoveTo(float x, float y) override

Arguments

ParameterTypeDescription
xfloatX coordinate of the point
yfloatY Coordinate of the point

See Also