struct P1::CameraSdk::ValuePoint
#include <C_P1CameraCommonStructs.h> struct ValuePoint { // fields int32_t x = 0; int32_t y = 0; // methods bool operator == (ValuePoint const& other) const; };
#include <C_P1CameraCommonStructs.h> struct ValuePoint { // fields int32_t x = 0; int32_t y = 0; // methods bool operator == (ValuePoint const& other) const; };