|
ModelScalarVisual3DCenterBoxScaleScreenDirection Property |
Gets or sets a Vector that specifies in which direction (in screen coordinates) the center box scales the model up.
Note that (0, 0) at top left so positive y direction is down.
It is possible to increase or decrease the length of this vector to increase or decrease the speed of scaling when using the center box.
Default value is up (0, -1).
Namespace: Ab3d.VisualsAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax public Vector CenterBoxScaleScreenDirection { get; set; }
Property Value
VectorSee Also