Interface I2Dimensional
A 2D item that can be drawn on the screen.
Namespace: LemonUI.Elements
Assembly: LemonUI.SHVDN3.dll
Syntax
public interface I2Dimensional : IRecalculable, IDrawable
Properties
View SourceColor
The Color of the drawable.
Declaration
Color Color { get; set; }
Property Value
Type | Description |
---|---|
Color |
Position
The Position of the drawable.
Declaration
PointF Position { get; set; }
Property Value
Type | Description |
---|---|
PointF |
Size
The Size of the drawable.
Declaration
SizeF Size { get; set; }
Property Value
Type | Description |
---|---|
SizeF |