DicomObjects.NET.V8
DicomObjects Namespace / DicomImageFusion 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 (DicomImageFusion)
    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 DicomImageFusion
    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
    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