Property inputRect
inputRect
The portion of the original image that will be used as input to the conversion.
Declaration
public RectInt inputRect { get; set; }
Property Value
Type | Description |
---|---|
RectInt | The portion of the original image that will be converted. |
Remarks
The input rectangle must be completely contained inside the XRCpuImage
dimensions.