Share via


RectF Structure

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