Delen via


FaceRectangle Constructors

Definition

Overloads

FaceRectangle()
FaceRectangle(Int32, Int32, Int32, Int32)

FaceRectangle()

Source:
FaceRectangle.cs
public FaceRectangle ();
Public Sub New ()

Applies to

FaceRectangle(Int32, Int32, Int32, Int32)

Source:
FaceRectangle.cs
public FaceRectangle (int left = 0, int top = 0, int width = 0, int height = 0);
new Microsoft.Azure.CognitiveServices.Vision.ComputerVision.Models.FaceRectangle : int * int * int * int -> Microsoft.Azure.CognitiveServices.Vision.ComputerVision.Models.FaceRectangle
Public Sub New (Optional left As Integer = 0, Optional top As Integer = 0, Optional width As Integer = 0, Optional height As Integer = 0)

Parameters

left
Int32
top
Int32
width
Int32
height
Int32

Applies to