Example #1
0
 /// <summary>Copies the points of the triple into a new array of
 /// data type <see cref="System.Drawing.Point"/>.</summary>
 /// <returns>The array with the <see cref="System.Drawing.Point"/>s of
 /// the triple.</returns>
 public System.Drawing.Point[] ToPointArray()
 {
     return(new[] { P1.ToPoint(), P2.ToPoint(), P3.ToPoint() });
 }