Freigeben über


BoundingRect Konstruktoren

Definition

Überlädt

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

BoundingRect()

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

Gilt für:

BoundingRect(Int32, Int32, Int32, Int32)

Quelle:
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)

Parameter

x
Int32
y
Int32
w
Int32
h
Int32

Gilt für: