Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
hpdf
v0.9.0
Hpdf
Annotation
AnnotationHighlightMode
AnnotationIcon
Base14
BlendMode
ByteType
ChineseSimplifiedFonts
ChineseTraditionalFonts
CMYK
ColorSpace
CompressionMode
Date
Destination
Doc
Encoder
EncoderType
Encodings
EncryptMode
Exception
Font
FontLibrary
GMode
Grid
Helper
Image
InfoType
JapaneseFonts
KoreanFonts
LineCap
LineJoin
LinkAnnotation
MeasuredText
Outline
Page
PageDirection
PageLayout
PageMode
PageNumStyle
PageSizes
Permission
Point
Raw
CmykColor
CmykImage
GrayImage
Image
RgbColor
RgbImage
Rectangle
RGB
Size
TextAlignment
TextAnnotation
TextRenderingMode
TransitionStyle
TransMatrix
WritingMode
Built with Crystal 1.9.2
2023-10-07 21:13:02 UTC
struct
Hpdf::Point
Hpdf::Point
Struct
Value
Object
Defined in:
hpdf/structs.cr
Constructors
.new
(x : Float32, y : Float32)
.new
(point : LibHaru::Point)
Instance Method Summary
#x
: Float32
#x=
(x : Float32)
#y
: Float32
#y=
(y : Float32)
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
]