TTMSFNCPlannerCacheItem.CreateTimeLineLeft Method
Creates a cache tile for a left-side timeline label at the given time value and row.
API unit family: TMSFNCPlannerData
Declaring type: TTMSFNCPlannerCacheItem
Syntax
class function CreateTimeLineLeft(ARect: TRectF; AValue: Double; ARow: Integer): TTMSFNCPlannerCacheItem;
Parameters
| Name | Description |
|---|---|
ARect |
Bounding rectangle of the timeline label tile in planner canvas coordinates. |
AValue |
Timeline value represented by the label, expressed in the active display unit. |
ARow |
Zero-based row index represented by the timeline label. |
Returns
A cache item initialised for the left-side timeline label.