FaceRectangle.Width Property

Definition

Gets or sets the width of the rectangle, in pixels.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to