DicomObjects.NET10 Documentation
DicomObjects Namespace / IProjection Interface / TranslatePixels Method
The movement to apply, measured in output pixels
The displaysize of the whole image as currently displayed



In This Topic
    TranslatePixels Method (IProjection)
    In This Topic
    Move the display Offset pixels based on output size
    Syntax
    'Declaration
     
    
    Sub TranslatePixels( _
       ByVal Offset As SkiaSharp.SKSize, _
       ByVal Size As SkiaSharp.SKSizeI _
    ) 
    'Usage
     
    
    Dim instance As IProjection
    Dim Offset As SkiaSharp.SKSize
    Dim Size As SkiaSharp.SKSizeI
     
    instance.TranslatePixels(Offset, Size)
    void TranslatePixels( 
       SkiaSharp.SKSize Offset,
       SkiaSharp.SKSizeI Size
    )
    void TranslatePixels( 
       SkiaSharp.SKSize Offset,
       SkiaSharp.SKSizeI Size
    ) 

    Parameters

    Offset
    The movement to apply, measured in output pixels
    Size
    The displaysize of the whole image as currently displayed
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also