Exemplo n.º 1
0
 void PrepareDraw(LiveSplitState state, LayoutMode mode)
 {
     InternalComponent.NameLabel.ForeColor  = state.LayoutSettings.TextColor;
     InternalComponent.ValueLabel.ForeColor = state.LayoutSettings.TextColor;
     InternalComponent.PrepareDraw(state, mode);
 }
Exemplo n.º 2
0
 void IComponent.DrawVertical(Graphics g, LiveSplitState state, float width, Region clipRegion)
 {
     InternalComponent.PrepareDraw(state, LayoutMode.Vertical);
     PrepareDraw(state, LayoutMode.Vertical);
     InternalComponent.DrawVertical(g, state, width, clipRegion);
 }