TBGetRefPointΒΆ

TBGetRefPoint returns in what direction the extension of a text object will grow.

nRefPoint = TBGetRefPoint(hText)

Return Value

nRefPoint is an OR combination of two of the following values:

Value

Meaning

LEFT

Left corner.

CENTER

Center between left and right corner.

RIGHT

Right corner.

TOP

Top corner.

MIDDLE

Center between top and bottom corner.

BOTTOM

Bottom corner.

Parameters

hText

hText identifies the text object.

id-786518