cairo
master
Cairo
Antialias
C
ColorStop
Content
Context
Device
DeviceType
Extend
Extents
FillRule
Filter
FontExtents
FontFace
FontOptions
FontSlant
FontType
FontWeight
Format
Glyph
GlyphArray
HintMetrics
HintStyle
LineCap
LineJoin
Matrix
Operator
Path
PathData
PathDataHeader
PathDataType
Pattern
PatternType
PdfMetadata
PdfOutlineFlags
PdfSurface
PdfVersion
Point
PsLevel
PsSurface
Rectangle
RectangleInt
RectangleList
Region
RegionOverlap
RGBA
ScaledFont
Script
ScriptInterpreter
ScriptMode
Status
StatusException
SubpixelOrder
Surface
SurfaceObserverMode
SurfaceType
SvgSurface
SvgUnit
SvgVersion
TeeSurface
TextCluster
TextClusterArray
TextClusterFlags
TextExtents
UserDataKey
XlibSurface
struct
Cairo::Point
Cairo::Point
Struct
Value
Object
Defined in:
cairo/point.cr
Constructors
.new
(x : Float64, y : Float64)
.new
(point : LibCairo::PathDataPointT)
.new
Instance Method Summary
#to_path_data_point
: LibCairo::PathDataPointT
#x
: Float64
#x=
(x : Float64)
#y
: Float64
#y=
(y : Float64)
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
]