CubicBezierTo(Point, Point, Point, Boolean) Method
Draws a Bezier curve to the specified point.
Definition
Namespace: Avalonia.Platform
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
void CubicBezierTo(
Point controlPoint1,
Point controlPoint2,
Point endPoint,
bool isStroked
)
Sub CubicBezierTo (
controlPoint1 As Point,
controlPoint2 As Point,
endPoint As Point,
isStroked As Boolean
)
abstract CubicBezierTo :
controlPoint1 : Point *
controlPoint2 : Point *
endPoint : Point *
isStroked : bool -> unit
Parameters
- Point
- The first control point used to specify the shape of the curve.
- Point
- The second control point used to specify the shape of the curve.
- Point
- The destination point for the end of the curve.
- Boolean
- Whether the segment is stroked
See Also
Reference
IGeometryContext2 Interface
CubicBezierTo Overload
Avalonia.Platform Namespace