Leadtools.Medical3D Namespace > Medical3DObject Class : Scale Property |
public float Scale {get; set;}
'Declaration Public Property Scale As Single
'Usage Dim instance As Medical3DObject Dim value As Single instance.Scale = value value = instance.Scale
public float Scale {get; set;}
get_Scale();
set_Scale(value);
The valid range is from 2 to 200. Setting the scale value to "100" means using 100 percent of the original dimension (no scaling). Setting the scale to 200 is equivalent to multiplying the original dimensional length by 2. Negative numbers are invalid. All numbers outside this range are set to the nearest valid interval point (so it will be either 2 or 200).
The Scale property enlarges object dimensions whereas the Medical3DCamera.Zoom property moves the camera closer to the object.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2