TrakHound_UI.Timeline.TimelineTray.AddTimelineBand C# (CSharp) Метод

AddTimelineBand() публичный Метод

Add new timeline band
public AddTimelineBand ( int height, bool isMain, string srcType, int columnsCount ) : void
height int
isMain bool
srcType string
columnsCount int
Результат void
        public void AddTimelineBand(
            int                                         height,
            bool                                        isMain, 
            string                                      srcType, 
            int                                         columnsCount
        )
        {
            AddTimelineBand(height, isMain, srcType, columnsCount, 
                isMain ? DEFAULT_MAIN_EVENT_SIZE : DEFAULT_SECONDARY_EVENT_SIZE);
        }

Same methods

TimelineTray::AddTimelineBand ( int height, bool isMain, string srcType, int columnsCount, int eventSize ) : void