CubicBezierTo(Point, Point, Point) Method
Draws a Bezier curve to the specified point.
Definition
Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public void CubicBezierTo(
Point controlPoint1,
Point controlPoint2,
Point endPoint
)
Public Sub CubicBezierTo (
controlPoint1 As Point,
controlPoint2 As Point,
endPoint As Point
)
abstract CubicBezierTo :
controlPoint1 : Point *
controlPoint2 : Point *
endPoint : Point -> unit
override CubicBezierTo :
controlPoint1 : Point *
controlPoint2 : Point *
endPoint : Point -> 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.
Implements
IGeometryContext.CubicBezierTo(Point, Point, Point)See Also
Reference
StreamGeometryContext Class
CubicBezierTo Overload
Avalonia.Media Namespace