Property ImageRegion
ImageRegion
Optionally render a subregion of the image.
This property is a NuiRect (x, y, w, h) to indicate the render region inside the image.
[JsonProperty("image_region", NullValueHandling = NullValueHandling.Ignore)]
public NuiProperty<NuiRect>? ImageRegion { get; set; }