'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