Method SetMirrorViewCrop
SetMirrorViewCrop(float)
Set the crop value applied when rendering the mirror view. This is useful to remove the peripheral distorted part of the image.
Declaration
public static extern bool SetMirrorViewCrop(float crop)
Parameters
Type | Name | Description |
---|---|---|
float | crop | the amount to remove from the image, valid range is 0.0 to 0.5 |
Returns
Type | Description |
---|---|
bool |