struct Hpdf::Point

Defined in:

hpdf/structs.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(x : Float32, y : Float32) #

[View source]
def self.new(point : LibHaru::Point) #

[View source]

Instance Method Detail

def x : Float32 #

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

[View source]
def y : Float32 #

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

[View source]