OpenSheetMusicDisplay
Preparing search index...
RectangleF2D
Class RectangleF2D
Represent a rectangle on a plane
Index
Constructors
constructor
Properties
height
width
x
y
Accessors
Location
Size
Methods
create
From
Location
And
Size
Constructors
constructor
new
RectangleF2D
(
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
createFromLocationAndSize
(
location
:
PointF2D
,
size
:
SizeF2D
)
:
RectangleF2D
Parameters
location
:
PointF2D
size
:
SizeF2D
Returns
RectangleF2D
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
height
width
x
y
Accessors
Location
Size
Methods
create
From
Location
And
Size
OpenSheetMusicDisplay
Loading...
Represent a rectangle on a plane