MoveTo()
IGeometryPath::MoveTo(System::Drawing::PointF) method
Sets next point position.
virtual void Aspose::Slides::IGeometryPath::MoveTo(System::Drawing::PointF point)=0
Arguments
Parameter | Type | Description |
---|---|---|
point | System::Drawing::PointF | Point position |
IGeometryPath::MoveTo(float, float) method
Sets next point position.
virtual void Aspose::Slides::IGeometryPath::MoveTo(float x, float y)=0
Arguments
Parameter | Type | Description |
---|---|---|
x | float | X coordinate of the point |
y | float | Y Coordinate of the point |
See Also
- Class PointF
- Class IGeometryPath
- Namespace Aspose::Slides
- Library Aspose.Slides