'Declaration Public Function New( _ ByVal page As ImGearPage, _ ByVal width As Integer, _ ByVal height As Integer _ )
'Usage Dim page As ImGearPage Dim width As Integer Dim height As Integer Dim instance As New ImGearThumbnailMagnifierCtl(page, width, height)
Parameters
- page
- ImGearPage that is to be displayed in magnifier control.
- width
- Initial control width.
- height
- Initial control height.