OBJGetRefPointWCΒΆ

OBJGetRefPointWC returns the reference point of a drawing object for the diagram coordinates (World Coordinates)

nRefPointWC = OBJGetRefPointWC(hObj)

Return Value

nRefPointWC 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.
Value Meaning
TOP Top corner.
MIDDLE Center between top and bottom corner.
BOTTOM Bottom corner.

Parameters

hobj

hobj identifies a line, text, rectangle or ellipse object.

id-305199