'Declaration Public Overloads Sub Zoom( _ ByVal percentage As Double _ )
public void Zoom( double percentage )
Parameters
- percentage
- The percentage amount by which to scale the content. A positive percentage value will cause the content to scale up (zoom in) and a negative percentage value will cause the content to scale down (zoom out). A value of -20.0, for example, will cause the content to scale down (zoom out) 20%.