struct Breadbin::Image::Rectangle

Defined in:

breadbin/image.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(x : Int32, y : Int32, w : Int32 = 0, h : Int32 = 0) #

[View source]

Instance Method Detail

def h : Int32 #

[View source]
def h=(h : Int32) #

[View source]
def w : Int32 #

[View source]
def w=(w : Int32) #

[View source]
def x : Int32 #

[View source]
def x=(x : Int32) #

[View source]
def y : Int32 #

[View source]
def y=(y : Int32) #

[View source]