EBGetPropsΒΆ
EBGetProps gets the elliptic drawing object properties.
- o = EBGetProps(hEB)
Return Value
o
ellipse
Name |
Type |
Default Value |
Comment |
---|---|---|---|
type |
string |
ellipse |
|
name |
string |
||
@atts_xy_width_height |
|||
@atts_pen |
|||
@atts_background |
atts_xy_width_height
Name |
Type |
Default Value |
Comment |
---|---|---|---|
x |
double |
1.0 |
x position in cm or diagram coordinates |
y |
double |
-1.0 |
|
width |
double |
1.0 |
|
height |
double |
1.0 |
atts_pen
Name |
Type |
Default Value |
Comment |
---|---|---|---|
stroke-type |
int |
0 |
|
stroke-width |
int |
1 |
|
stroke-color |
@color |
black |
atts_background
Name |
Type |
Default Value |
Comment |
---|---|---|---|
bkmode |
@bkmode |
transparent |
opaque:0 transparent:1 |
gradient |
bool |
0 |
|
gradient-colors |
@color |
white grey |
|
fill-color |
@color |
black |
Parameters
- hEB
Identifies the drawing object.
History
Version |
Description |
---|---|
R2016.0 |
New. |
See also
Overview Circles and Ellipses, EBCreate, EBSetProps, ObjSetProps
id-847613