-
-
Notifications
You must be signed in to change notification settings - Fork 10
Crow.Region
Jean-Philippe Bruyère edited this page Oct 26, 2021
·
1 revision
namespace: Crow
Region
public class Region
⬜ | prototype | description |
---|
⬜ | name | description |
---|---|---|
Bounds |
__ | |
count |
__ | |
IsEmpty |
__ | |
NumRectangles |
__ |
⬜ | 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) |
__ |
⬜ | name | description |
---|