RectI Structure
Represents a rectangle with integer coordinates.
Syntax
public value struct RectI
public struct RectI
var rectI = {
top : /* Your value */,
bottom : /* Your value */,
left : /* Your value */,
right : /* Your value */
}
Members
RectI has the following members.
Fields
Name | Description |
---|---|
Bottom | Gets or sets the bottom. |
Left | Gets or sets the left side. |
Right | Gets or sets the right side. |
Top | Gets or sets the top. |
Requirements
Namespace: Microsoft.Kinect.Face
Assembly: Microsoft.Kinect.Face (in microsoft.kinect.face.dll)