QuadraticBezierTo()
Contents
[
Hide
]IGeometryPath::QuadraticBezierTo(System::Drawing::PointF, System::Drawing::PointF) method
Adds quadratic Bezier curve at the end the path
virtual void Aspose::Slides::IGeometryPath::QuadraticBezierTo(System::Drawing::PointF point1, System::Drawing::PointF point2)=0
Arguments
Parameter | Type | Description |
---|---|---|
point1 | System::Drawing::PointF | Direction point |
point2 | System::Drawing::PointF | End point |
IGeometryPath::QuadraticBezierTo(float, float, float, float) method
Adds quadratic Bezier curve at the end the path
virtual void Aspose::Slides::IGeometryPath::QuadraticBezierTo(float x1, float y1, float x2, float y2)=0
Arguments
Parameter | Type | Description |
---|---|---|
x1 | float | X coordinate of direction point |
y1 | float | Y coordinate of direction point |
x2 | float | X coordinate of end point |
y2 | float | Y coordinate of end point |
IGeometryPath::QuadraticBezierTo(System::Drawing::PointF, System::Drawing::PointF, uint32_t) method
Adds quadratic Bezier curve to the specified place of the path
virtual void Aspose::Slides::IGeometryPath::QuadraticBezierTo(System::Drawing::PointF point1, System::Drawing::PointF point2, uint32_t index)=0
Arguments
Parameter | Type | Description |
---|---|---|
point1 | System::Drawing::PointF | Direction point |
point2 | System::Drawing::PointF | End point |
index | uint32_t | Index of segment in PathData |
IGeometryPath::QuadraticBezierTo(float, float, float, float, uint32_t) method
Adds quadratic Bezier curve to the specified place of the path
virtual void Aspose::Slides::IGeometryPath::QuadraticBezierTo(float x1, float y1, float x2, float y2, uint32_t index)=0
Arguments
Parameter | Type | Description |
---|---|---|
x1 | float | X coordinate of direction point |
y1 | float | Y coordinate of direction point |
x2 | float | X coordinate of end point |
y2 | float | Y coordinate of end point |
index | uint32_t | Index of segment in PathData |
See Also
- Class PointF
- Class IGeometryPath
- Namespace Aspose::Slides
- Library Aspose.Slides