FaceRectangle Class

Definition

A rectangle within which a face can be found

public class FaceRectangle
type FaceRectangle = class
Public Class FaceRectangle
Inheritance
FaceRectangle

Constructors

FaceRectangle()

Initializes a new instance of the FaceRectangle class.

FaceRectangle(Int32, Int32, Int32, Int32)

Initializes a new instance of the FaceRectangle class.

Properties

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

Validate()

Validate the object.

Applies to