GoDigram for .NET Framework and .NET Core
Northwoods.Go.Svg Namespace
/
GoSvgWriter Class
/ GenerateObjects Method
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
GenerateObjects Method (GoSvgWriter)
In This Topic
Produce the elements that actually represent the objects being rendered by this writer.
Syntax
C#
protected
override
void
GenerateObjects()
Remarks
This just starts a "g" element for the
View
, calls
Northwoods.Go.Xml.GoXmlWriter.InvokeGenerateAttributes
on the view to produce any view-wide attributes, and then calls
Northwoods.Go.Xml.GoXmlWriter.InvokeGenerateBody
on the view to actually produce all the rendering elements such as "path" and "rect". It also calls
RenderToolTip
.
See Also
Reference
GoSvgWriter Class
GoSvgWriter Members