[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.GcSvgGraphics.PushGroup

PushGroup Method

PushGroup(List<SvgCustomAttribute>)

Starts a group ('g') element with custom attributes in the SVG document. Call the PopGroup() method to end the group.

Declaration
public void PushGroup(List<SvgCustomAttribute> customAttributes)
Public Sub PushGroup(customAttributes As List(Of SvgCustomAttribute))
Parameters
Type Name Description
List<SvgCustomAttribute> customAttributes

The list of attributes to be associated with the group.