GoDiagram Web Reference
Generate(String) Method

Write an SVG file.
Syntax
'Declaration
 
Public Overloads Sub Generate( _
   ByVal path As String _
) 
public void Generate( 
   string path
)

Parameters

path
Remarks
This will open a file, generate SVG attributes, generate SVG definitions, generate the actual rendering of the objects specified by the Northwoods.GoWeb.Xml.GoXmlWriter.Objects property, and then close the file. The extent of the rendering is limited by the document position and extent of the View. The View property helps determine the appearance of the objects that are rendered. Whether any view objects are painted, along with any view background, is determined by PaintView.
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
Overload List
GenerateInstructions Method
GenerateRootAttributes Method
GenerateDefinitions Method
GenerateObjects Method

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback