FaceRectangle Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A rectangle within which a face can be found
public class FaceRectangle
type FaceRectangle = class
Public Class FaceRectangle
- Inheritance
-
FaceRectangle
Constructors
| Name | Description |
|---|---|
| FaceRectangle() |
Initializes a new instance of the FaceRectangle class. |
| FaceRectangle(Int32, Int32, Int32, Int32) |
Initializes a new instance of the FaceRectangle class. |
Properties
| Name | Description |
|---|---|
| Height |
Gets or sets the height of the rectangle, in pixels. |
| Left |
Gets or sets the distance from the left edge if the image to the left edge of the rectangle, in pixels. |
| Top |
Gets or sets the distance from the top edge if the image to the top edge of the rectangle, in pixels. |
| Width |
Gets or sets the width of the rectangle, in pixels. |
Methods
| Name | Description |
|---|---|
| Validate() |
Validate the object. |