GoDiagram Web Reference
GenerateObjects Method (GoSvgWriter)

Produce the elements that actually represent the objects being rendered by this writer.
Syntax
'Declaration
 
Protected Overrides Sub GenerateObjects() 
protected override void GenerateObjects()
Remarks
This just starts a "g" element for the View, calls Northwoods.GoWeb.Xml.GoXmlWriter.InvokeGenerateAttributes on the view to produce any view-wide attributes, and then calls Northwoods.GoWeb.Xml.GoXmlWriter.InvokeGenerateBody on the view to actually produce all the rendering elements such as "path" and "rect". It also calls RenderToolTip.
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
Base Implementation in GenerateObjects

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback