Skip to content

Crow.Drawing.SolidPattern

Jean-Philippe Bruyère edited this page Oct 26, 2021 · 1 revision

namespace: Crow.Drawing

Inheritance Hierarchy

  • SolidPattern

Syntax

public class SolidPattern : Pattern

Constructors

prototype description
SolidPattern (Color color) __
SolidPattern (double r, double g, double b) __
SolidPattern (double r, double g, double b, double a) __
SolidPattern (Color color, bool solid) __

Properties

name description
Color __

Methods

prototype description

Events

name description
Clone this wiki locally