ImageGear .NET - Updated
GetZoomInfo Method (IImGearPageDisplay)




ImageGear24.Core Assembly > ImageGear.Display Namespace > IImGearPageDisplay Interface : GetZoomInfo Method
IImGearScrollableView interface, represents .NET Form to draw image in.
Returns a new instance of an object containing current zoom settings.
Syntax
'Declaration
 
Function GetZoomInfo( _
   ByVal pageView As IImGearScrollableView _
) As ImGearZoomInfo
'Usage
 
Dim instance As IImGearPageDisplay
Dim pageView As IImGearScrollableView
Dim value As ImGearZoomInfo
 
value = instance.GetZoomInfo(pageView)

Parameters

pageView
IImGearScrollableView interface, represents .NET Form to draw image in.

Return Value

New instance of ImGearZoomInfo structure object.
See Also

Reference

IImGearPageDisplay Interface
IImGearPageDisplay Members
ImGearZoomInfo Structure
IImGearScrollableView Interface