FaceRectangle Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
FaceRectangle() | |
FaceRectangle(Int32, Int32, Int32, Int32) |
FaceRectangle()
FaceRectangle(Int32, Int32, Int32, Int32)
- Source:
- FaceRectangle.cs
public FaceRectangle (int left = 0, int top = 0, int width = 0, int height = 0);
new Microsoft.Azure.CognitiveServices.Vision.ComputerVision.Models.FaceRectangle : int * int * int * int -> Microsoft.Azure.CognitiveServices.Vision.ComputerVision.Models.FaceRectangle
Public Sub New (Optional left As Integer = 0, Optional top As Integer = 0, Optional width As Integer = 0, Optional height As Integer = 0)
Parameters
- left
- Int32
- top
- Int32
- width
- Int32
- height
- Int32
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET