次の方法で共有


FaceRectangle コンストラクター

定義

オーバーロード

FaceRectangle()

FaceRectangle クラスの新しいインスタンスを初期化します。

FaceRectangle(Int32, Int32, Int32, Int32)

FaceRectangle クラスの新しいインスタンスを初期化します。

FaceRectangle()

ソース:
FaceRectangle.cs

FaceRectangle クラスの新しいインスタンスを初期化します。

public FaceRectangle ();
Public Sub New ()

適用対象

FaceRectangle(Int32, Int32, Int32, Int32)

ソース:
FaceRectangle.cs

FaceRectangle クラスの新しいインスタンスを初期化します。

public FaceRectangle (int width, int height, int left, int top);
new Microsoft.Azure.CognitiveServices.Vision.Face.Models.FaceRectangle : int * int * int * int -> Microsoft.Azure.CognitiveServices.Vision.Face.Models.FaceRectangle
Public Sub New (width As Integer, height As Integer, left As Integer, top As Integer)

パラメーター

width
Int32

四角形の幅 (ピクセル単位)。

height
Int32

四角形の高さ (ピクセル単位)。

left
Int32

画像から四角形の左端までの場合の左端からの距離 (ピクセル単位)。

top
Int32

画像から四角形の上端までの上端までの距離 (ピクセル単位)。

適用対象