Exemplo n.º 1
0
 /// <summary>
 /// Creates the custom SelectableLineCaps buttons
 /// </summary>
 private void SetCapObjects()
 {
     for (int widthIndex = 0; widthIndex < mSelectableStyles.Length; widthIndex++)
     {
         mSelectableStyles[widthIndex] = new SelectableLineCaps(CustomCaps.SelectableLineCaps[widthIndex]);
     }
 }
 /// <summary>
 /// Creates the custom SelectableLineCaps buttons
 /// </summary>
 private void SetCapObjects()
 {
     for (int widthIndex = 0; widthIndex < mSelectableStyles.Length; widthIndex++)
     {
         mSelectableStyles[widthIndex] = new SelectableLineCaps(CustomCaps.SelectableLineCaps[widthIndex]);
     }
 }