Search
Preparing search index...
The search index is not available
OpenSheetMusicDisplay
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
OpenSheetMusicDisplay
RectangleF2D
Class RectangleF2D
Represent a rectangle on a plane
Hierarchy
RectangleF2D
Index
Constructors
constructor
Properties
height
width
x
y
Accessors
Location
Size
Methods
create
From
Location
And
Size
Constructors
constructor
new
Rectangle
F2D
(
x
:
number
, y
:
number
, width
:
number
, height
:
number
)
:
RectangleF2D
Parameters
x:
number
y:
number
width:
number
height:
number
Returns
RectangleF2D
Properties
height
height
:
number
= 0
width
width
:
number
= 0
x
x
:
number
= 0
y
y
:
number
= 0
Accessors
Location
get
Location
(
)
:
PointF2D
Returns
PointF2D
Size
get
Size
(
)
:
SizeF2D
Returns
SizeF2D
Methods
Static
create
From
Location
And
Size
create
From
Location
And
Size
(
location
:
PointF2D
, size
:
SizeF2D
)
:
RectangleF2D
Parameters
location:
PointF2D
size:
SizeF2D
Returns
RectangleF2D
Exports
Rectangle
F2D
constructor
height
width
x
y
Location
Size
create
From
Location
And
Size
Generated using
TypeDoc
Represent a rectangle on a plane