ColoredRectangle Constructor

GeonBit.UI

ColoredRectangle Constructor
Overload List
  NameDescription
Public methodColoredRectangle(Vector2, Anchor, NullableVector2)
Create the rectangle with default styling.
Public methodColoredRectangle(Color, Vector2, Anchor, NullableVector2)
Create the rectangle with just fill color.
Public methodColoredRectangle(Color, Color, Vector2, Anchor, NullableVector2)
Create the rectangle with outline and fill colors.
Public methodColoredRectangle(Color, Color, Int32, Vector2, Anchor, NullableVector2)
Create the rectangle with outline and fill color + outline width.
Top
See Also