public class SKPath : ICloneable, IDeepCloneable<SKPath>
kind:method
kind:property
kind:ctor
SKPath()
Bounds
Commands
FillType
IsEmpty
AddCircle(Single, Single, Single)
AddOval(SKRect)
AddPoly(SKPoint[], Boolean)
AddRect(SKRect)
AddRoundRect(SKRect, Single, Single)
ArcTo(Single, Single, Single, SKPathArcSize, SKPathDirection, Single, Single)
Clone()
Close()
CubicTo(Single, Single, Single, Single, Single, Single)
DeepClone()
LineTo(Single, Single)
MoveTo(Single, Single)
QuadTo(Single, Single, Single, Single)
ToGeometry(SKPath, Boolean)
Transform(SKPath, SKMatrix)
UpdateCommands(SKPath, Func<PathCommand, Boolean>, Func<PathCommand, PathCommand>)
ToSKPath(SKPath, SkiaCSharpCodeGenCounter, StringBuilder, String)
ICloneable.Clone()