Skip to main content

TcxSchedulerCustomViewInfoItem.Draw(TcxCanvas) Method

Paints the scheduling area‘s current element on the canvas.

Declaration

procedure Draw(ACanvas: TcxCanvas); virtual;

Parameters

Name Type
ACanvas TcxCanvas

Remarks

The Draw method of the superclass only prepares the information which is required to render the scheduling area’s current element. The drawing is performed by the TcxSchedulerCustomViewInfoItem‘s descendants which are responsible for rendering the associated elements.

The ACanvas parameter specifies the canvas on which the current element will be painted.

See Also