OpenSheetMusicDisplay
Preparing search index...
GraphicalLine
Class GraphicalLine
Index
Constructors
constructor
Properties
color
Hex
style
Id
SVG
Element
Accessors
End
Start
Width
Constructors
constructor
new
GraphicalLine
(
start
:
PointF2D
,
end
:
PointF2D
,
width
?:
number
,
styleEnum
?:
OutlineAndFillStyleEnum
,
colorHex
?:
string
,
)
:
GraphicalLine
Parameters
start
:
PointF2D
end
:
PointF2D
width
:
number
= 0
styleEnum
:
OutlineAndFillStyleEnum
= OutlineAndFillStyleEnum.BaseWritingColor
colorHex
:
string
= undefined
Returns
GraphicalLine
Properties
color
Hex
colorHex
:
string
style
Id
styleId
:
number
SVG
Element
SVGElement
:
Node
Accessors
End
get
End
()
:
PointF2D
Returns
PointF2D
set
End
(
value
:
PointF2D
)
:
void
Parameters
value
:
PointF2D
Returns
void
Start
get
Start
()
:
PointF2D
Returns
PointF2D
set
Start
(
value
:
PointF2D
)
:
void
Parameters
value
:
PointF2D
Returns
void
Width
get
Width
()
:
number
Returns
number
set
Width
(
value
:
number
)
:
void
Parameters
value
:
number
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
color
Hex
style
Id
SVG
Element
Accessors
End
Start
Width
OpenSheetMusicDisplay
Loading...