Share via


IDrawable Interface

Definition

Defines an object that can be drawn onto a canvas.

public interface class IDrawable
public interface IDrawable
type IDrawable = interface
Public Interface IDrawable
Derived

Methods

Draw(ICanvas, RectF)

Draws the content onto the specified canvas within the given rectangle.

Applies to