Partager via


FaceRectangle Constructeurs

Définition

Surcharges

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

FaceRectangle()

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

S’applique à

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)

Paramètres

left
Int32
top
Int32
width
Int32
height
Int32

S’applique à