MoveTo()

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

Sets next point position.

virtual void Aspose::Slides::IGeometryPath::MoveTo(System::Drawing::PointF point)=0

Arguments

ParameterTypeDescription
pointSystem::Drawing::PointFPoint position

IGeometryPath::MoveTo(float, float) method

Sets next point position.

virtual void Aspose::Slides::IGeometryPath::MoveTo(float x, float y)=0

Arguments

ParameterTypeDescription
xfloatX coordinate of the point
yfloatY Coordinate of the point

See Also