struct Goishi::ScanGroup
 
  - Goishi::ScanGroup
 - Struct
 - Value
 - Object
 
Defined in:
goishi/data_types/scan_group.crConstructors
Instance Method Summary
- #aspect_ratio
 - #bottom : Int32
 - #bottom_scans : YScanGroup
 - #center
 - #center_x
 - #center_y
 - #color : UInt8
 - #extend(x_line : XScan)
 - #extend(y_line : YScan)
 - #height
 - #left : Int32
 - #left_scans : XScanGroup
 - #right : Int32
 - #right_scans : XScanGroup
 - #top : Int32
 - #top_scans : YScanGroup
 - #unit_x(mod_count : Int = 7)
 - #unit_y(mod_count : Int = 7)
 - #width
 - #x_scan_count : Int32
 - #y_scan_count : Int32
 
Constructor Detail
        
        def self.new(top : Int32, bottom : Int32, left : Int32, right : Int32, color : UInt8)
        #