ImageGear .NET - Updated July 5, 2018
DestinationView Property (ImGearMagnifier)




ImageGear24.Windows.Forms Assembly > ImageGear.Windows.Forms Namespace > ImGearMagnifier Class : DestinationView Property
Gets or sets ImGearPageView object used for displaying the magnified area.
Syntax
'Declaration
 
Public Property DestinationView As ImGearPageView
 
'Usage
 
Dim instance As ImGearMagnifier
Dim value As ImGearPageView
 
instance.DestinationView = value
 
value = instance.DestinationView

Property Value

ImGearPageView class.
Remarks
If IsPopUp property is true, DestinationView could be empty.
See Also

Reference

ImGearMagnifier Class
ImGearMagnifier Members
IsPopUp Property
ImGearPageView Class