'DeclarationPublic Function GetBitmap() As System.Windows.Media.Imaging.BitmapSource
'UsageDim instance As Image Dim value As System.Windows.Media.Imaging.BitmapSource value = instance.GetBitmap()
public System.Windows.Media.Imaging.BitmapSource GetBitmap()
            public function GetBitmap(): System.Windows.Media.Imaging.BitmapSource; 
            public function GetBitmap() : System.Windows.Media.Imaging.BitmapSource;
            public: System.Windows.Media.Imaging.BitmapSource* GetBitmap(); 
            public:
System.Windows.Media.Imaging.BitmapSource^ GetBitmap(); 
            Return Value
A new bitmap image of the represented range or shape.