struct Diff::Box

Defined in:

diff/box.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def bottom : Int32 #

[View source]
def delta #

[View source]
def height #

[View source]
def left : Int32 #

[View source]
def right : Int32 #

[View source]
def size #

[View source]
def top : Int32 #

[View source]
def width #

[View source]