Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 806 Bytes

File metadata and controls

32 lines (26 loc) · 806 Bytes

AdjustComponentPixelPos

Description

Adjust the position offset of the specified Layout Manager component in pixels. Remark: Works in the dialog's setup handler. Can be used with SetComponentSize.

FUNCTION AdjustComponentPixelPos(
				nDialogID         : LONGINT;
				nComponentID      : LONGINT;
				nHorizontalPixels : INTEGER;
				nVerticalPixels   : INTEGER): BOOLEAN;
def vs.AdjustComponentPixelPos(nDialogID, nComponentID, nHorizontalPixels, nVerticalPixels):
    return BOOLEAN

Parameters

Name Type Description
nDialogID LONGINT
nComponentID LONGINT
nHorizontalPixels INTEGER
nVerticalPixels INTEGER

Version

Availability: from VectorWorks13.0

Category