Esempio n. 1
0
 public override XPoint AddToPath(XGraphicsPath path, XPoint cursor, Base lastPathCommand = null)
 {
     path.AddMove(End.X, End.Y);
     return(End.ToXPoint());
 }