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

namespace: Crow

Inheritance Hierarchy

  • Region

Syntax

public class Region

Constructors

prototype description

Properties

name description
Bounds __
count __
IsEmpty __
NumRectangles __

Methods

prototype description
void AddRectangle(Rectangle r) __
void clear(Context ctx) __
void clearAndClip(Context ctx) __
void clip(Context ctx) __
void Dispose() __
bool DoesNotContains(Rectangle r) __
Rectangle GetRectangle(int i) __
bool intersect(Rectangle r) __
bool OverlapOut(Rectangle r) __
void Reset() __
void stroke(Context ctx, Color c) __
string ToString() __
void UnionRectangle(Rectangle r) __

Events

name description
Clone this wiki locally