TTMSFNCPlannerCacheItem.CreateTimeLineRight Method
Creates a cache tile for a right-side timeline label at the given time value and row.
API unit family: TMSFNCPlannerData
Declaring type: TTMSFNCPlannerCacheItem
Syntax
class function CreateTimeLineRight(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 right-side timeline label.