ILNumerics Ultimate VS

CameraZoomFactor Property

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Gets the zoom factor for this camera or sets it

[ILNumerics Visualization Engine]

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

public double ZoomFactor { get; set; }

Property Value

Type: Double
Remarks

The zoom factor determins, how close objects appear to the camera. Value for ZoomFactor can range from 0.001 ... to 1000. Lower value correspond to the scene appearing closer, higher values correspond to higher overview. A Value of 1.0 is considered as "no zoom".

This value is by default set to 1. It gets modified when the user scrolls with the mouse wheel on scene objects which are contained within a regular Camera group object.

Custom mouse handlers / zoom actions can be implemented by altering this value programmatically.

[ILNumerics Visualization Engine]

See Also

Reference