RectF Structure

Represents a rectangle

typedef struct _RectF {
    float X;
    float Y;
    float Width;
    float Height;
} RectF;

Members

X
The left coordinate of the rectangle.
Y
The top coordinate of the rectangle.
Width
The width of the rectangle.
Height
The height of the rectangle.

Header: kinect.h
Library: kinect20.lib

Community Additions

ADD
Show: