struct Cairo::Point

Defined in:

cairo/point.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(point : LibCairo::PathDataPointT) #

[View source]
def self.new #

[View source]

Instance Method Detail

def to_path_data_point : LibCairo::PathDataPointT #

[View source]
def x : Float64 #

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

[View source]
def y : Float64 #

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

[View source]