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