Compartir a través de


BoundingRect Constructores

Definición

Sobrecargas

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

BoundingRect()

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

Se aplica a

BoundingRect(Int32, Int32, Int32, Int32)

Source:
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

Se aplica a