struct TLocalPoint

struct TLocalPoint
{
    //
fields

    float x {0};
    float y {0};
    int cx {0};
    int cy {0};
};