ILNumerics Ultimate VS

CameraAspectRatioMode Property

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Determines, if objects keep their shape, regardless from the windows aspect ratio or rotation context. Default: maintain ratios.

[ILNumerics Visualization Engine]

Namespace:  ILNumerics.Drawing
Assembly:  ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Syntax

public AspectRatioMode AspectRatioMode { get; set; }

Property Value

Type: AspectRatioMode
Remarks

Derived classes typically consider this setting too, but implement their own rendering matrices / default value. PlotCube supports AspectRatioMode since version 5.4. If set to MaintainRatios the content of the plotcube still considers available rendering space for axis labels, ticks and titles. But it will shrink / enlarge the plot cube content by the same value in all dimensions. StretchToFill allows to compute individual scale factors for all 3 dimensions of the plot cube - considering the required screen space for each axis individually.

The default value of AspectRatioMode for Camera is: MaintainRatios.

The default value for PlotCube is: StretchToFill!

[ILNumerics Visualization Engine]

See Also

Reference