ViewEventArgs Class

Class that holds data for Viewport.ViewSaved and Viewport.ViewRestored events.
Public Class ViewEventArgs 
Implements ICloneable
This language is not supported or no code example is available.
public class ViewEventArgs : ICloneable
This language is not supported or no code example is available.
Name Description
Public constructor ViewEventArgs(Camera) Standard constructor.
Public constructor ViewEventArgs(ViewEventArgs) Copy constructor.
Top
Name Description
Public property Distance Gets or sets the camera distance.
Public property ProjectionMode Gets or sets the camera projection mode.
Public property Rotation Gets or sets the camera rotation.
Public property Target Gets or sets the camera target.
Public property ZoomFactor Gets or sets the camera zoom factor.
Top
Methods
 
Name Description
Public method Clone() Creates a new object that is a copy of the current instance.
Public method Equals(ViewEventArgs)
Public method Equals(object) Determines whether the specified object is equal to the current object.
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (inherited from Object).
Public method GetHashCode Serves as the default hash function. (inherited from Object).
Public method GetType Gets the Type of the current instance. (inherited from Object).
Protected method MemberwiseClone Creates a shallow copy of the current Object. (inherited from Object).
Public method Restore(Camera) Assigns the saved data to the camera.
Public method ToString Returns a string that represents the current object. (inherited from Object).
Top
Name Description
Operator Static Equality
Operator Static Inequality
Top
devDept.Eyeshot.Viewport.SavedViewsManager.ViewEventArgs

.NET Framework

Supported in: 4.8

In this article

Definition