DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomImage Class / BitmapImage Method
Forces a re-render of the BitmapImage, discarding any cached data






    BitmapImage Method
    Image rendered as a System.Windows.Media.Imaging.BitmapImage object
    Syntax
    'Declaration
     
    
    Public Function BitmapImage( _
       ByVal ForceRender As System.Boolean _
    ) As System.Windows.Media.Imaging.BitmapImage
     
    'Usage
     
    
    Dim instance As DicomImage
    Dim ForceRender As System.Boolean
    Dim value As System.Windows.Media.Imaging.BitmapImage
     
    value = instance.BitmapImage(ForceRender)

    Parameters

    ForceRender
    Forces a re-render of the BitmapImage, discarding any cached data

    Return Value

    Returns a WPF control compatible BitmapImage object
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also