Interface IBaseDrawable
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.
- Enabled
Gets whether this object is enabled.
- 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 of the object.
Methods
- Draw(AbstractControl, Graphics)
Draws object on the canvas.
- SetVisible(bool)
Sets whether this object is visible.