DrawImageCanvasCommand Class

Definition

public record DrawImageCanvasCommand(SKImage? Image, SKRect Source, SKRect Dest, SKPaint? Paint = null, SKSamplingOptions? Sampling = default(SKSamplingOptions? )) : CanvasCommand, IDeepCloneable<CanvasCommand>, IEquatable<CanvasCommand>, IEquatable<DrawImageCanvasCommand>
Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.

Constructors (1)

Properties (5)