Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
vfk
main
Top Level Namespace
CoverRect
DBClient
DBExecutor
FKDef
FKDefTupleDecl
IntPoint
LayoutColumn
LayoutRow
Main
Rect
TblRelat
Built with Crystal 1.9.2
2023-10-07 21:49:17 UTC
struct
IntPoint
IntPoint
Struct
Value
Object
Defined in:
classes/intpoint.cr
Constructors
.new
(x : Int32, y : Int32)
Instance Method Summary
#x
: Int32
#x=
(x : Int32)
#y
: Int32
#y=
(y : Int32)
Constructor Detail
def self.
new
(x : Int32, y : Int32)
#
[
View source
]
Instance Method Detail
def
x
: Int32
#
[
View source
]
def
x=
(x : Int32)
#
[
View source
]
def
y
: Int32
#
[
View source
]
def
y=
(y : Int32)
#
[
View source
]