public override void Draw(NVGcontext ctx) { if ((X == X1 && Y == Y1) || Radius == 0) { return; } NanoVG.nvgArcTo(ctx, X, Y, X1, Y1, Radius); }