EBGetProps¶
EBGetProps erfragt die Properties eines Ellipsen- oder Kreis-Flächen-Objekts.
- o = EBGetProps(hEB)
Returnwert
o enthält Properties der Ellipse.
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 |
Parameter
- hEB
hEB ist die Zugriffsnummer (Handle) des Ellipsen- oder Kreis-Flächen-Objekts.
History
Version |
Beschreibung |
---|---|
R2016.0 |
Neu. |
Siehe auch
Überblick Kreise und Ellipsen, EBCreate, EBSetProps, ObjSetProps
id-847613