CoordinateType

Declaration

enum class CoordinateType {
        Pixel,
        Normalized,
        Unknown
};