Retrieves the bounding rect coordinates of the specified Layout Manager component.
FUNCTION GetComponentRect(
nDialogID : LONGINT;
nComponentID : LONGINT;
VAR nLeft : INTEGER;
VAR nTop : INTEGER;
VAR nRight : INTEGER;
VAR nBottom : INTEGER): BOOLEAN;def vs.GetComponentRect(nDialogID, nComponentID):
return (BOOLEAN, nLeft, nTop, nRight, nBottom)| Name | Type | Description |
|---|---|---|
| nDialogID | LONGINT | |
| nComponentID | LONGINT | |
| nLeft | INTEGER | |
| nTop | INTEGER | |
| nRight | INTEGER | |
| nBottom | INTEGER |
Availability: from VectorWorks13.0