Table of Contents

Property ImageRegion

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

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; }

Property Value

NuiProperty<NuiRect>