public class SKPath : ICloneable, IDeepCloneable<SKPath>, IList<PathCommand>, ICollection<PathCommand>, IEnumerable<PathCommand>, IEnumerable
kind:method
kind:property
kind:ctor
SKPath()
Bounds
Commands
Count
FillType
IsEmpty
IsReadOnly
Item[Int32]
Add(PathCommand)
AddCircle(Single, Single, Single)
AddOval(SKRect)
AddPoly(SKPoint, SKPoint, SKPoint, SKPoint, Boolean)
AddPoly(SKPoint, SKPoint, SKPoint, Boolean)
AddPoly(SKPoint[], Boolean)
AddRect(SKRect)
AddRoundRect(SKRect, Single, Single)
ArcTo(Single, Single, Single, SKPathArcSize, SKPathDirection, Single, Single)
Clear()
Clone()
Close()
Contains(PathCommand)
CopyTo(PathCommand[], Int32)
CubicTo(Single, Single, Single, Single, Single, Single)
DeepClone()
GetEnumerator()
IndexOf(PathCommand)
Insert(Int32, PathCommand)
LineTo(Single, Single)
MoveTo(Single, Single)
QuadTo(Single, Single, Single, Single)
Remove(PathCommand)
RemoveAt(Int32)
ToGeometry(SKPath, Boolean)
Transform(SKPath, SKMatrix)
UpdateCommands(SKPath, Func<PathCommand, Boolean>, Func<PathCommand, PathCommand>)
ToSKPath(SKPath, SkiaCSharpCodeGenCounter, StringBuilder, String)
IEnumerable.GetEnumerator()
ICloneable.Clone()