次の方法で共有


FaceRectangle コンストラクター

定義

オーバーロード

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

FaceRectangle()

ソース:
FaceRectangle.cs
public FaceRectangle ();
Public Sub New ()

適用対象

FaceRectangle(Int32, Int32, Int32, Int32)

ソース:
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)

パラメーター

left
Int32
top
Int32
width
Int32
height
Int32

適用対象