FaceRectangle.Left Property

Definition

Gets or sets the distance from the left edge if the image to the left edge of the rectangle, in pixels.

[Newtonsoft.Json.JsonProperty(PropertyName="left")]
public int Left { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="left")>]
member this.Left : int with get, set
Public Property Left As Integer

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to