Interface IDrawable
Represents an item that can be drawn.
Namespace: LemonUI
Assembly: LemonUI.SHVDN3.dll
Syntax
public interface IDrawable
Methods
View SourceDraw()
Draws the item on the screen.
Declaration
void Draw()
Represents an item that can be drawn.
public interface IDrawable
Draws the item on the screen.
void Draw()