dot-face-lite
1.1.1
dot-face-lite
/
com.innovatrics.dot.core.geometry
/
RectangleDouble
Rectangle
Double
class
RectangleDouble
Content copied to clipboard
Functions
Properties
Functions
calculate
Height
Link copied to clipboard
open
fun
calculateHeight
(
)
:
Double
Content copied to clipboard
calculate
Width
Link copied to clipboard
open
fun
calculateWidth
(
)
:
Double
Content copied to clipboard
of
Link copied to clipboard
open
fun
of
(
left
:
Double
,
top
:
Double
,
right
:
Double
,
bottom
:
Double
)
:
RectangleDouble
Content copied to clipboard
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String
Content copied to clipboard
Properties
bottom
Link copied to clipboard
val
bottom
:
Double
Content copied to clipboard
left
Link copied to clipboard
val
left
:
Double
Content copied to clipboard
right
Link copied to clipboard
val
right
:
Double
Content copied to clipboard
top
Link copied to clipboard
val
top
:
Double
Content copied to clipboard