Freigeben über


FaceRectangle Konstruktoren

Definition

Überlädt

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

FaceRectangle()

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

Gilt für:

FaceRectangle(Int32, Int32, Int32, Int32)

Quelle:
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)

Parameter

left
Int32
top
Int32
width
Int32
height
Int32

Gilt für: