ImageGear .NET - Updated
MagnifiedImage Property




ImageGear24.Wpf Assembly > ImageGear.WPF Namespace > ImGearMagnifierCtl Class : MagnifiedImage Property
Gets or sets the magnified area.
Syntax
'Declaration
 
Public Property MagnifiedImage As BitmapSource
'Usage
 
Dim instance As ImGearMagnifierCtl
Dim value As BitmapSource
 
instance.MagnifiedImage = value
 
value = instance.MagnifiedImage
public BitmapSource MagnifiedImage {get; set;}
public: __property BitmapSource* get_MagnifiedImage();
public: __property void set_MagnifiedImage( 
   BitmapSource* value
);
public:
property BitmapSource^ MagnifiedImage {
   BitmapSource^ get();
   void set (    BitmapSource^ value);
}

Property Value

System.Windows.Media.Imaging.BitmapSource object.
See Also

Reference

ImGearMagnifierCtl Class
ImGearMagnifierCtl Members