DicomObjects.NET.V8
DicomObjects Namespace / DicomImage3D Class / TranslatePixels Method
The movement to apply, measured in output pixels
The displaysize of the whole image as currently displayed



In This Topic
    TranslatePixels Method (DicomImage3D)
    In This Topic
    Move the display Offset pixels based on output size
    Syntax
    'Declaration
     
    Public Sub TranslatePixels( _
       ByVal Offset As SizeF, _
       ByVal Size As Size _
    ) 
    'Usage
     
    Dim instance As DicomImage3D
    Dim Offset As SizeF
    Dim Size As Size
     
    instance.TranslatePixels(Offset, Size)
    public void TranslatePixels( 
       SizeF Offset,
       Size Size
    )
    public:
    void TranslatePixels( 
       SizeF Offset,
       Size 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