Constructor
# new ComponentDrawOption(propsopt)
Default constructor
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
props |
object
|
<optional> |
Object that contains all properties to set. |
x |
number
|
<optional> |
X Position of Component. |
y |
number
|
<optional> |
Y Position of Component. |
width |
number
|
<optional> |
Width of Component in pixel. |
height |
number
|
<optional> |
Height of Component in pixel. |
hide |
boolean
|
<optional> |
Indicate if component is hidden. |