TcVnRectangle_DINT

Contains origin and size of a rectangle.

Syntax

Definition:

struct TcVnRectangle_DINT
{
    LONG nX;
    LONG nY;
    LONG nWidth;
    LONG nHeight;
};

Parameters

Name

Type

Description

nX

LONG

X coordinate of the top-left corner

nY

LONG

Y coordinate of the top-left corner

nWidth

LONG

Width

nHeight

LONG

Height