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