struct Hpdf::Size

Defined in:

hpdf/structs.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(width : UInt32, height : UInt32) #

[View source]

Instance Method Detail

def height : UInt32 #

[View source]
def height=(height : UInt32) #

[View source]
def width : UInt32 #

[View source]
def width=(width : UInt32) #

[View source]