Table of Contents

Interface IBaseDrawable

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

Provides access to methods and properties of the drawable object.

public interface IBaseDrawable

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.

Methods

Draw(Control, Graphics)

Draws object on the canvas.