Пример #1
0
 /// <summary>
 /// Updates the cap.
 /// </summary>
 public void Update(LinePoint point)
 {
     Point = point;
 }
Пример #2
0
 /// <summary>
 /// Resets the cap to the default values.
 /// </summary>
 public void Reset(float overdraw)
 {
     Overdraw = overdraw;
     Point    = default(LinePoint);
 }