View3DOptions
Specifies how to convert an image to a three-dimensional representation.
Elements
| Name | Type | Description |
|---|---|---|
| sizeReduction | int | A divisor the function uses when determining the final height and width of the 3D image. The function coerces the value if it is negative or greater then one-eighth the height or width of the original image. |
| maxHeight | int | Defines the maximum height of a pixel from the image source drawn in 3D. Valid values range from 2 to 256. |
| direction | Direction3D | Defines the 3D orientation. |
| alpha | float | Determines the angle between the horizontal and the baseline. Valid values range from 15 to 45. |
| beta | float | Determines the angle between the horizontal and the second baseline. Valid values range from 15 to 45. |
| border | int | Defines the border size. |
| background | int | Defines the background color. |
| plane | Plane3D | Indicates the view a function uses to show complex images. |