RBGetProps

RBGetProps erfragt die Properties einer Text-Box.

o = RBGetProps(hRB)

Returnwert

o enthält Properties der Rect-Box.

rect

Name

Type

Default Value

Comment

type

string

rect

name

string

Object name

@atts_xy_width_height

@atts_pen

flags

@flags

@atts_background

millimeter-lines

bool

0

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

hRB

hRB ist die Zugriffsnummer (Handle) der mit RBCreate erzeugten Rechteck-Zeichenobjekts.

History

Version

Description

R2016.0

Neu.

id-846861