DicomObjects.NET8 Documentation
DicomObjects Namespace / DicomImage Class / Import Method / Import(SKBitmap,Int32) Method
The image to import
Total number of frames included in the bitmap



In This Topic
    Import(SKBitmap,Int32) Method
    In This Topic
    Copies the image data from the provided SkiaSharp.SKBitmap
    Syntax
    'Declaration
     
    
    Public Overloads Sub Import( _
       ByVal bitmap As SkiaSharp.SKBitmap, _
       Optional ByVal frames As Integer _
    ) 
    'Usage
     
    
    Dim instance As DicomImage
    Dim bitmap As SkiaSharp.SKBitmap
    Dim frames As Integer
     
    instance.Import(bitmap, frames)
    public void Import( 
       SkiaSharp.SKBitmap bitmap,
       int frames
    )
    public:
    void Import( 
       SkiaSharp.SKBitmap^ bitmap,
       int frames
    ) 

    Parameters

    bitmap
    The image to import
    frames
    Total number of frames included in the bitmap
    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