ImageGear22.Presentation Assembly > ImageGear.Display Namespace > ImGearPresentationPageDisplay Class : GetZoomInfo Method |
IImGearScrollableView
interface, represents .NET Form to draw image in.
'Declaration Public Function GetZoomInfo( _ ByVal pageView As IImGearScrollableView _ ) As ImGearZoomInfo
'Usage Dim instance As ImGearPresentationPageDisplay Dim pageView As IImGearScrollableView Dim value As ImGearZoomInfo value = instance.GetZoomInfo(pageView)
public ImGearZoomInfo GetZoomInfo( IImGearScrollableView pageView )
public: ImGearZoomInfo GetZoomInfo( IImGearScrollableView* pageView )
public: ImGearZoomInfo GetZoomInfo( IImGearScrollableView^ pageView )
IImGearScrollableView
interface, represents .NET Form to draw image in.