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