DecreaseHeight

DecreaseHeight 1:

Sets image height to newHeight if it is smaller than the current value.

Syntax

Definition:

METHOD DecreaseHeight : HRESULT
VAR_INPUT
    nNewHeight : UDINT;
END_VAR

DecreaseHeight 2: Inputs

Name

Type

Description

nNewHeight

UDINT

Height value to set.

DecreaseHeight 3: Return value

HRESULT