Struct IntPoint# Defined in File libCZI_Pixels.h Struct Documentation# struct IntPoint# A point (with integer coordinates). Public Members int x# The x coordinate. int y# The y coordinate.