Skip to content
Jean-Philippe Bruyère edited this page Oct 26, 2021 · 4 revisions

namespace: Crow

Inheritance Hierarchy

  • SolidColor

Syntax

public class SolidColor : Fill

Constructors

prototype description
SolidColor (Color c) __

Properties

name description

Methods

prototype description
bool Equals(object obj) __
int GetHashCode() __
implicit operator Color(SolidColor c) __
implicit operator SolidColor(Color c) __
SolidColor operator-(SolidColor c1, SolidColor c2) __
SolidColor operator*(SolidColor c, Double f) __
SolidColor operator+(SolidColor c1, SolidColor c2) __
object Parse(string s) __
void SetAsSource(Interface iFace, Context ctx, Rectangle bounds=default) set content of fill as source for drawing operations on the backend context
string ToString() __

Events

name description
Clone this wiki locally