Click or drag to resize
ColoredRectangle Constructor
Overload List
  NameDescription
Public methodColoredRectangle
Create default colored rectangle.
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, NullableColor, Int32, NullableVector2, Anchor, NullableVector2)
Create the rectangle with outline and fill color + outline width.
Top
See Also