public static void calcPosition(float x, float y, float w, float h, E_POSITION mask, ref float out_rx, ref float out_ry) { CKLBLuaLibUI_calcPosition(x, y, w, h, (uint)mask, ref out_rx, ref out_ry); }