DicomObjects.NET.V8
DicomObjects Namespace / DicomImageFusion Class / Scale Method
The factor to scale the image view by



Scale Method (DicomImageFusion)
Scale/Zoom the view
Syntax
'Declaration
 
Public Sub Scale( _
   ByVal Scale As Single _
) 
 
'Usage
 
Dim instance As DicomImageFusion
Dim Scale As Single
 
instance.Scale(Scale)

Parameters

Scale
The factor to scale the image view by
Remarks
For a DicomImageFusion object, this passes the transformation on to all images in the collection which support IProjection
Requirements

Target Platforms: .NET CLR 4.0 or higher

See Also