ArcTo(Point, Size, Double, Boolean, SweepDirection, Boolean) Method
Definition
Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public void ArcTo(
Point point,
Size size,
double rotationAngle,
bool isLargeArc,
SweepDirection sweepDirection,
bool isStroked
)
Public Sub ArcTo (
point As Point,
size As Size,
rotationAngle As Double,
isLargeArc As Boolean,
sweepDirection As SweepDirection,
isStroked As Boolean
)
abstract ArcTo :
point : Point *
size : Size *
rotationAngle : float *
isLargeArc : bool *
sweepDirection : SweepDirection *
isStroked : bool -> unit
override ArcTo :
point : Point *
size : Size *
rotationAngle : float *
isLargeArc : bool *
sweepDirection : SweepDirection *
isStroked : bool -> unit
Parameters
Implements
IGeometryContext2.ArcTo(Point, Size, Double, Boolean, SweepDirection, Boolean)See Also
Reference
StreamGeometryContext Class
ArcTo Overload
Avalonia.Media Namespace