StreamGeometryContextArcTo(Point, Size, Double, Boolean, SweepDirection, Boolean) Method
Namespace: Avalonia.MediaAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
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
- point Point
-
- size Size
-
- rotationAngle Double
-
- isLargeArc Boolean
-
- sweepDirection SweepDirection
-
- isStroked Boolean
-
IGeometryContext2ArcTo(Point, Size, Double, Boolean, SweepDirection, Boolean)