ColoredRectangle Constructor
From GeonBit.UI
GeonBit.UI Documentation
| ColoredRectangle Constructor |
| Name | Description | |
|---|---|---|
| ColoredRectangle(Vector2, Anchor, NullableVector2) |
Create the rectangle with default styling.
| |
| ColoredRectangle(Color, Vector2, Anchor, NullableVector2) |
Create the rectangle with just fill color.
| |
| ColoredRectangle(Color, Color, Vector2, Anchor, NullableVector2) |
Create the rectangle with outline and fill colors.
| |
| ColoredRectangle(Color, Color, Int32, Vector2, Anchor, NullableVector2) |
Create the rectangle with outline and fill color + outline width.
|