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






In This Topic
    BitmapImage Method
    In This Topic
    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)
    public System.Windows.Media.Imaging.BitmapImage BitmapImage( 
       System.bool ForceRender
    )
    public function BitmapImage( 
        ForceRender: System.Boolean
    ): System.Windows.Media.Imaging.BitmapImage; 
    public function BitmapImage( 
       ForceRender : System.boolean
    ) : System.Windows.Media.Imaging.BitmapImage;
    public: System.Windows.Media.Imaging.BitmapImage* BitmapImage( 
       System.bool ForceRender
    ) 
    public:
    System.Windows.Media.Imaging.BitmapImage^ BitmapImage( 
       System.bool 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