DicomObjects.NET.V8
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 Boolean _
    ) As BitmapImage
    'Usage
     
    Dim instance As DicomImage
    Dim ForceRender As Boolean
    Dim value As BitmapImage
     
    value = instance.BitmapImage(ForceRender)
    public BitmapImage BitmapImage( 
       bool ForceRender
    )
    public:
    BitmapImage^ BitmapImage( 
       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.0 or higher

    See Also