DrawTextCanvasCommand Class

Definition

public record DrawTextCanvasCommand(string Text, float X, float Y, SKPaint? Paint, SKTextAlign? TextAlign = default(SKTextAlign? ), SKFont? Font = null) : CanvasCommand, IDeepCloneable<CanvasCommand>, IEquatable<CanvasCommand>, IEquatable<DrawTextCanvasCommand>
Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.

Constructors (1)

Properties (6)