TcVnRectangle_DINT
Contains origin and size of a rectangle.
Syntax
Definition:
TYPE TcVnRectangle_DINT :
STRUCT
nX : DINT;
nY : DINT;
nWidth : DINT;
nHeight : DINT;
END_STRUCT
END_TYPE
Parameters
Name |
Type |
Description |
---|---|---|
nX |
DINT |
X coordinate of the top-left corner |
nY |
DINT |
Y coordinate of the top-left corner |
nWidth |
DINT |
Width |
nHeight |
DINT |
Height |