LineTo()
Contents
[
Hide
]IGeometryPath::LineTo(System::Drawing::PointF) method
Adds line to the end of the path
virtual void Aspose::Slides::IGeometryPath::LineTo(System::Drawing::PointF point)=0
Arguments
Parameter | Type | Description |
---|---|---|
point | System::Drawing::PointF | End point of the line |
IGeometryPath::LineTo(float, float) method
Adds line to the end of the path
virtual void Aspose::Slides::IGeometryPath::LineTo(float x, float y)=0
Arguments
Parameter | Type | Description |
---|---|---|
x | float | X coordinate of the end point of the line |
y | float | Y coordinate of the end point of the line |
IGeometryPath::LineTo(System::Drawing::PointF, uint32_t) method
Adds line to the specified place of the path
virtual void Aspose::Slides::IGeometryPath::LineTo(System::Drawing::PointF point, uint32_t index)=0
Arguments
Parameter | Type | Description |
---|---|---|
point | System::Drawing::PointF | End point |
index | uint32_t | Index of segment in PathData |
IGeometryPath::LineTo(float, float, uint32_t) method
Adds line to the specified place of the path
virtual void Aspose::Slides::IGeometryPath::LineTo(float x, float y, uint32_t index)=0
Arguments
Parameter | Type | Description |
---|---|---|
x | float | X coordinate of the point |
y | float | Y coordinate of the point |
index | uint32_t | Index of segment in PathData |
See Also
- Class PointF
- Class IGeometryPath
- Namespace Aspose::Slides
- Library Aspose.Slides