Show / Hide Table of Contents

Interface I2Dimensional

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

Inherited Members
IRecalculable.Recalculate()
IDrawable.Draw()
Namespace: LemonUI.Elements
Assembly: LemonUI.SHVDN3.dll
Syntax
public interface I2Dimensional : IRecalculable, IDrawable

Properties

View Source

Color

The Color of the drawable.

Declaration
Color Color { get; set; }
Property Value
Type Description
Color
View Source

Position

The Position of the drawable.

Declaration
PointF Position { get; set; }
Property Value
Type Description
PointF
View Source

Size

The Size of the drawable.

Declaration
SizeF Size { get; set; }
Property Value
Type Description
SizeF
  • View Source
In this article
Back to top Generated by DocFX