DicomObjects.NET10 Documentation
DicomObjects Namespace / DicomImage3D Class / TranslatePixels Method
The translation offset in pixels.
The size of the display area.



In This Topic
    TranslatePixels Method (DicomImage3D)
    In This Topic
    Translates the view by a specified pixel offset.
    Syntax
    'Declaration
     
    
    Public Sub TranslatePixels( _
       ByVal Offset As SkiaSharp.SKSize, _
       ByVal Size As SkiaSharp.SKSizeI _
    ) 
    'Usage
     
    
    Dim instance As DicomImage3D
    Dim Offset As SkiaSharp.SKSize
    Dim Size As SkiaSharp.SKSizeI
     
    instance.TranslatePixels(Offset, Size)
    public void TranslatePixels( 
       SkiaSharp.SKSize Offset,
       SkiaSharp.SKSizeI Size
    )
    public:
    void TranslatePixels( 
       SkiaSharp.SKSize Offset,
       SkiaSharp.SKSizeI Size
    ) 

    Parameters

    Offset
    The translation offset in pixels.
    Size
    The size of the display area.
    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