-
Home
-
API
-
ShimSkiaSharp
-
DrawTextOnPathCanvasCommand
DrawTextOnPathCanvasCommand Class
Definition
Show inherited members (11)
public record DrawTextOnPathCanvasCommand(string Text, SKPath? Path, float HOffset, float VOffset, SKPaint? Paint, SKTextAlign? TextAlign = default(SKTextAlign? ), SKFont? Font = null) : CanvasCommand, IDeepCloneable<CanvasCommand>, IEquatable<CanvasCommand>, IEquatable<DrawTextOnPathCanvasCommand>
Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.
Constructors (1)
Properties (7)