Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 760 Bytes

File metadata and controls

35 lines (29 loc) · 760 Bytes

GetComponentRect

Description

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)

Parameters

Name Type Description
nDialogID LONGINT
nComponentID LONGINT
nLeft INTEGER
nTop INTEGER
nRight INTEGER
nBottom INTEGER

Version

Availability: from VectorWorks13.0

Category