GoDiagram Web Reference
RenderPanAndZoomControls Method

Produce elements that allow the user to pan and zoom the SVG view.
Syntax
'Declaration
 
Protected Overridable Sub RenderPanAndZoomControls() 
protected virtual void RenderPanAndZoomControls()
Remarks
The elements generated here are defined to work with the standard JavaScript defined in the ScriptFile. If you change them, you may also need to change and/or add script functions. The main element initially has the "display" attribute set to "none", so that if the scripts are not available, these pan and zoom controls are not visible and do not respond to any user events. This method does nothing if PanAndZoomControls is false, or if Scripting is false.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoSvgWriter Class
GoSvgWriter Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback