Procedure HCenter returns the logical center point of the object specified in h. For most objects, this is the center of the bounding box. For circles, arcs, and round walls HCenter returns the arc center of the object.
PROCEDURE HCenter(
h : HANDLE;
VAR pX,pY : REAL);def vs.HCenter(h):
return p| Name | Type | Description |
|---|---|---|
| h | HANDLE | Handle to object. |
| p | REAL | X-Y location of object center. |
Availability: from All Versions