Table of Contents

Class BaseDrawable

Namespace
Alternet.Drawing
Assembly
Alternet.UI.Common.dll

Base class for the drawable objects.

public class BaseDrawable : BaseObject, IBaseObject, IBaseDrawable
Inheritance
BaseDrawable
Implements
Derived

Properties

Bounds

Gets or sets destination rectangle where to draw the object.

Location

Gets or sets location where to draw this object.

Size

Gets or sets size of this object.

Visible

Gets or sets whether this object is visible.

VisualState

Gets or sets visual state.

Methods

Draw(Control, Graphics)

Draws object on the canvas.