CubicBezierTo()
Contents
[
Hide
]IGeometryPath::CubicBezierTo(System::Drawing::PointF, System::Drawing::PointF, System::Drawing::PointF) method
Adds cubic Bezier curve at the end the path
virtual void Aspose::Slides::IGeometryPath::CubicBezierTo(System::Drawing::PointF point1, System::Drawing::PointF point2, System::Drawing::PointF point3)=0
Arguments
Parameter | Type | Description |
---|---|---|
point1 | System::Drawing::PointF | First direction point |
point2 | System::Drawing::PointF | Second direction point |
point3 | System::Drawing::PointF | End point |
IGeometryPath::CubicBezierTo(float, float, float, float, float, float) method
Adds cubic Bezier curve at the end the path
virtual void Aspose::Slides::IGeometryPath::CubicBezierTo(float x1, float y1, float x2, float y2, float x3, float y3)=0
Arguments
Parameter | Type | Description |
---|---|---|
x1 | float | X coordinate of first direction point |
y1 | float | Y coordinate of first direction point |
x2 | float | X coordinate of second direction point |
y2 | float | Y coordinate of second direction point |
x3 | float | X coordinate of end point |
y3 | float | Y coordinate of end point |
IGeometryPath::CubicBezierTo(System::Drawing::PointF, System::Drawing::PointF, System::Drawing::PointF, uint32_t) method
Adds cubic Bezier curve to the specified place of the path
virtual void Aspose::Slides::IGeometryPath::CubicBezierTo(System::Drawing::PointF point1, System::Drawing::PointF point2, System::Drawing::PointF point3, uint32_t index)=0
Arguments
Parameter | Type | Description |
---|---|---|
point1 | System::Drawing::PointF | First direction point |
point2 | System::Drawing::PointF | Second direction point |
point3 | System::Drawing::PointF | End point |
index | uint32_t | Index of segment in PathData |
IGeometryPath::CubicBezierTo(float, float, float, float, float, float, uint32_t) method
Adds cubic Bezier curve to the specified place of the path
virtual void Aspose::Slides::IGeometryPath::CubicBezierTo(float x1, float y1, float x2, float y2, float x3, float y3, uint32_t index)=0
Arguments
Parameter | Type | Description |
---|---|---|
x1 | float | X coordinate of first direction point |
y1 | float | Y coordinate of first direction point |
x2 | float | X coordinate of second direction point |
y2 | float | Y coordinate of second direction point |
x3 | float | X coordinate of end point |
y3 | 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