26 public override bool Equals(
object obj)
28 return (obj is
Clear Obj) && base.Equals(Obj);
34 return this.GetType().FullName.GetHashCode();
Current drawing state in a canvas graph.
SKColor FgColor
Foreground color
Clears the canvas with the current brush.
override int GetHashCode()
override bool Equals(object obj)
override void Draw(SKCanvas Canvas, CanvasState State)
Performs a drawing operation.
Clear()
Clears the canvas with the current brush.
Abstract base class for operations lacking parameters.