Table of Contents

Property ImageRegion

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

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

Property Value

NuiProperty<NuiRect>