Condividi tramite


BoundingRect Constructors

Definition

Overloads

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

BoundingRect()

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

Applies to

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)

Parameters

x
Int32
y
Int32
w
Int32
h
Int32

Applies to