Partilhar via


BoundingRect Construtores

Definição

Sobrecargas

BoundingRect()
BoundingRect(Int32, Int32, Int32, Int32)

BoundingRect()

Origem:
BoundingRect.cs
public BoundingRect ();
Public Sub New ()

Aplica-se a

BoundingRect(Int32, Int32, Int32, Int32)

Origem:
BoundingRect.cs
public BoundingRect (int x = 0, int y = 0, int w = 0, int h = 0);
new Microsoft.Azure.CognitiveServices.Vision.ComputerVision.Models.BoundingRect : int * int * int * int -> Microsoft.Azure.CognitiveServices.Vision.ComputerVision.Models.BoundingRect
Public Sub New (Optional x As Integer = 0, Optional y As Integer = 0, Optional w As Integer = 0, Optional h As Integer = 0)

Parâmetros

x
Int32
y
Int32
w
Int32
h
Int32

Aplica-se a