ArcTo(Point, Size, Double, Boolean, SweepDirection) Method
Draws an arc to the specified point.
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
)
Public Sub ArcTo (
point As Point,
size As Size,
rotationAngle As Double,
isLargeArc As Boolean,
sweepDirection As SweepDirection
)
abstract ArcTo :
point : Point *
size : Size *
rotationAngle : float *
isLargeArc : bool *
sweepDirection : SweepDirection -> unit
override ArcTo :
point : Point *
size : Size *
rotationAngle : float *
isLargeArc : bool *
sweepDirection : SweepDirection -> unit
Parameters
- Point
- The destination point.
- Size
- The radii of an oval whose perimeter is used to draw the angle.
- Double
- The rotation angle (in radians) of the oval that specifies the curve.
- Boolean
- true to draw the arc greater than 180 degrees; otherwise, false.
- SweepDirection
- A value that indicates whether the arc is drawn in the Clockwise or Counterclockwise direction.
Implements
IGeometryContext.ArcTo(Point, Size, Double, Boolean, SweepDirection)See Also
Reference
StreamGeometryContext Class
ArcTo Overload
Avalonia.Media Namespace