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