struct Goishi::QRLocation
- Goishi::QRLocation
- Struct
- Value
- Object
Defined in:
goishi/data_types/qr_location.crConstructors
Instance Method Summary
- #bottom_left : Point
- #bottom_right : Point
- #color : UInt8
- #offset : Tuple(Float64, Float64, Float64, Float64)
- #top_left : Point
- #top_right : Point
- #type : AbstractQR.class
- #version : Int32
- #version=(version : Int32)
Constructor Detail
def self.new(type : ::Goban::AbstractQR.class, top_left : Goishi::Point, top_right : Goishi::Point, bottom_left : Goishi::Point, bottom_right : Goishi::Point, version : Int32, color : UInt8, offset : Tuple(Float64, Float64, Float64, Float64))
#