Click or drag to resize

SvgAttributeCollection Constructor

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initialises a new instance of a SvgAttributeCollection with the given SvgElement as the owner.

Namespace:  Svg
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public SvgAttributeCollection(
	SvgElement owner
)
Request Example View Source

Parameters

owner
Type: SvgSvgElement
The SvgElement owner of the collection.
See Also