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| Name | Type | Description |
|---|---|---|
| nDialogID | LONGINT | |
| nComponentID | LONGINT | |
| nHorizontalPixels | INTEGER | |
| nVerticalPixels | INTEGER |
Availability: from VectorWorks13.0