Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents a rectangle
Syntax
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.
Requirements
Header: kinect.h
Library: kinect20.lib