TcVnRectangle_UDINT
Contains origin and size of a rectangle.
Syntax
Definition:
struct TcVnRectangle_UDINT
{
ULONG nX;
ULONG nY;
ULONG nWidth;
ULONG nHeight;
};Parameters
|
Name |
Type |
Description |
|---|---|---|
|
nX |
ULONG |
X coordinate of the top-left corner |
|
nY |
ULONG |
Y coordinate of the top-left corner |
|
nWidth |
ULONG |
Width |
|
nHeight |
ULONG |
Height |