Click or drag to resize
AB4D logo

ModelScaledEventArgs Class

ModelScaledEventArgs contains properties that defined the scale factor of a 3D model and is used by ModelScalarVisual3D.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Ab3d.CommonModelScaledEventArgs

Namespace: Ab3d.Common
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public class ModelScaledEventArgs : EventArgs

The ModelScaledEventArgs type exposes the following members.

Constructors
 NameDescription
Public methodModelScaledEventArgs Constructor
Top
Properties
 NameDescription
Public propertyScaleX Gets a double that specifies the amount of scale in X direction.
Public propertyScaleY Gets a double that specifies the amount of scale in Y direction.
Public propertyScaleZ Gets a double that specifies the amount of scale in Z direction.
Top
See Also