TranslatePixels Method (DicomImage3D)
Move the display pixels based on output size
'Declaration
Public Sub TranslatePixels( _
ByVal As SizeF, _
ByVal As Size _
)
'Usage
Dim instance As DicomImage3D
Dim Offset As SizeF
Dim Size As Size
instance.TranslatePixels(Offset, Size)
Parameters
- Offset
- The movement to apply, measured in output pixels
- Size
- The displaysize of the whole image as currently displayed
Target Platforms: .NET CLR 4.0 or higher