Scale Method (DicomImage3D)
In This Topic
Scale/Zoom the view
Syntax
'Declaration
Public Sub Scale( _
ByVal As System.Single _
)
'Usage
Dim instance As DicomImage3D
Dim Scale As System.Single
instance.Scale(Scale)
public void Scale(
System.float
)
public procedure Scale(
: System.Single
);
public function Scale(
: System.float
);
public: void Scale(
System.float
)
public:
void Scale(
System.float
)
Parameters
- Scale
- The factor to scale the image view by
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also