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