Method CreatePiePath
CreatePiePath(PointD, float, float, float)
Creates an SKPath representing a pie segment.
public virtual SKPath CreatePiePath(PointD center, float radius, float startAngle, float sweepAngle)
Parameters
centerPointDThe center point of the circular pie.
radiusfloatThe radius of the pie segment.
startAnglefloatThe angle (in degrees) at which the pie segment starts, measured clockwise from the X-axis.
sweepAnglefloatThe angle (in degrees) the segment sweeps clockwise from the start angle.