Skip to content

Interface LemonUI::Elements::I2Dimensional

ClassList > LemonUI > Elements > I2Dimensional

A 2D item that can be drawn on the screen.

Inherits the following classes: LemonUI::IRecalculable, LemonUI::IDrawable

Inherited by the following classes: LemonUI::Elements::BaseElement

Public Properties

Type Name
property Color Color
The Color of the drawable.
property PointF Position
The Position of the drawable.
property SizeF Size
The Size of the drawable.

Public Functions inherited from LemonUI::IRecalculable

See LemonUI::IRecalculable

Type Name
void Recalculate ()
Recalculates the values.

Public Functions inherited from LemonUI::IDrawable

See LemonUI::IDrawable

Type Name
void Draw ()
Draws the item on the screen.

Public Properties Documentation

property Color

Color LemonUI.Elements.I2Dimensional.Color;

property Position

PointF LemonUI.Elements.I2Dimensional.Position;

property Size

SizeF LemonUI.Elements.I2Dimensional.Size;

The documentation for this class was generated from the following file repos/LemonUI/LemonUI/Elements/I2Dimensional.cs