Property inputRect
inputRect
The portion of the original image that will be used as input to the conversion.
The input rectangle must be completely contained inside the XRCpuImage dimensions.
Declaration
public RectInt inputRect { get; set; }
Property Value
| Type | Description |
|---|---|
| RectInt | The portion of the original image that will be converted. |
Remarks
It can be significantly faster to convert a sub-rectangle of the original image if you know which part of the image you need.