I need to find the length of this curve:

I don't have a function but I do have 3 sets of coordinates:
$(0, 51)$, $(337, 674)$, and $(1022, 1022)$
The $(337, 674)$ set refers to the tangent and it makes the curve be equidistant.
I know nothing beyond basic math, however I'm working on this tablet pressure sensitivity thing and there's no other way out. I have to find the length of the curve or figure out the function which creates that curve.
Thank you fellas!
!
!
I'm not sure exactly what you mean when you claim not to know anything beyond "basic math," but staying on the safe side, I think your best bet is to follow copper.hat's suggestion and just use a string. It looks like your window is already square, so just measure across the square, which will give you a conversion factor between string length (in cm or whatever other physical units you like) and the abstract measure of distance employed in the diagram (you already know that the square measures 1022 across). Then, overlay a string onto the curve, cut it or mark it up, and determine its length in physical units. Then, convert that with the factor you determined earlier.