struct Goishi::ScanGroup

Defined in:

goishi/data_types/scan_group.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(top : Int32, bottom : Int32, left : Int32, right : Int32, color : UInt8) #

[View source]

Instance Method Detail

def aspect_ratio #

[View source]
def bottom : Int32 #

[View source]
def bottom_scans : YScanGroup #

[View source]
def center #

[View source]
def center_x #

[View source]
def center_y #

[View source]
def color : UInt8 #

[View source]
def extend(x_line : XScan) #

[View source]
def extend(y_line : YScan) #

[View source]
def height #

[View source]
def left : Int32 #

[View source]
def left_scans : XScanGroup #

[View source]
def right : Int32 #

[View source]
def right_scans : XScanGroup #

[View source]
def top : Int32 #

[View source]
def top_scans : YScanGroup #

[View source]
def unit_x(mod_count : Int = 7) #

[View source]
def unit_y(mod_count : Int = 7) #

[View source]
def width #

[View source]
def x_scan_count : Int32 #

[View source]
def y_scan_count : Int32 #

[View source]