Class SVGGElementBuilder

Class SVGGElementBuilder

Namespace: Aspose.Svg.Builder
Assembly: Aspose.SVG.dll (25.12.0)

Builder class for constructing an SVG ‘g’ (group) element. The ‘g’ element is used to group SVG shapes together. Grouping elements allows for easier manipulation and styling of multiple elements as a single unit within SVG graphics.

[ComVisible(true)]
public class SVGGElementBuilder : SVGElementBuilder<SVGGElement>, ISVGElementBuilder, IAttributeSetter, ICompositeElementBuilder, IAnimationElementBuilder, IBaseAnimationElementBuilder, IDescriptiveElementBuilder, IShapeElementBuilder, IShapeContentElementBuilder, IStructuralElementBuilder, IPaintServerElementBuilder, ICompositeAttributeSetter, IConditionalProcessingAttributeSetter, ICoreAttributeSetter, IGlobalEventAttributeSetter, ICommonEventAttributeSetter, IDocumentElementEventAttributeSetter, IGraphicalEventAttributeSetter, IPresentationAttributeSetter, ITransformAttributeSetter

Inheritance

object SVGElementBuilder<SVGGElement> SVGGElementBuilder

Implements

ISVGElementBuilder , IAttributeSetter , ICompositeElementBuilder , IAnimationElementBuilder , IBaseAnimationElementBuilder , IDescriptiveElementBuilder , IShapeElementBuilder , IShapeContentElementBuilder , IStructuralElementBuilder , IPaintServerElementBuilder , ICompositeAttributeSetter , IConditionalProcessingAttributeSetter , ICoreAttributeSetter , IGlobalEventAttributeSetter , ICommonEventAttributeSetter , IDocumentElementEventAttributeSetter , IGraphicalEventAttributeSetter , IPresentationAttributeSetter , ITransformAttributeSetter

Inherited Members

SVGElementBuilder<SVGGElement>.Create(Document) , SVGElementBuilder<SVGGElement>.Build(Document) , SVGElementBuilder<SVGGElement>.Build(SVGGElement) , SVGElementBuilder<SVGGElement>.BuildElement(Document) , SVGElementBuilder<SVGGElement>.Attribute(string, string) , SVGElementBuilder<SVGGElement>.Configurations , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Extension Methods

SVGBuilderExtensions.AddA<SVGGElementBuilder>(SVGGElementBuilder, Action<SVGAElementBuilder>) , SVGBuilderExtensions.AddAnimate<SVGGElementBuilder>(SVGGElementBuilder, Action<SVGAnimateElementBuilder>) , SVGBuilderExtensions.AddAnimateMotion<SVGGElementBuilder>(SVGGElementBuilder, Action<SVGAnimateMotionElementBuilder>) , SVGBuilderExtensions.AddAnimateTransform<SVGGElementBuilder>(SVGGElementBuilder, Action<SVGAnimateTransformElementBuilder>) , SVGBuilderExtensions.AddBuilder<SVGGElementBuilder, TElementBuilder>(SVGGElementBuilder, TElementBuilder) , SVGBuilderExtensions.AddCircle<SVGGElementBuilder>(SVGGElementBuilder, Action<SVGCircleElementBuilder>) , SVGBuilderExtensions.AddCircle<SVGGElementBuilder>(SVGGElementBuilder, OneOf<double, (double, LengthType)>, OneOf<double, (double, LengthType)>, OneOf<double, (double, LengthType)>, OneOf<Color, Paint, string>, OneOf<Color, Paint, string>, string, Action<SVGCircleElementBuilder>) , SVGBuilderExtensions.AddClipPath<SVGGElementBuilder>(SVGGElementBuilder, Action<SVGClipPathElementBuilder>) , SVGBuilderExtensions.AddDefs<SVGGElementBuilder>(SVGGElementBuilder, Action<SVGDefsElementBuilder>) , SVGBuilderExtensions.AddDesc<SVGGElementBuilder>(SVGGElementBuilder, Action<SVGDescElementBuilder>) , SVGBuilderExtensions.AddEllipse<SVGGElementBuilder>(SVGGElementBuilder, Action<SVGEllipseElementBuilder>) , SVGBuilderExtensions.AddEllipse<SVGGElementBuilder>(SVGGElementBuilder, OneOf<double, (double, LengthType)>, OneOf<double, (double, LengthType)>, OneOf<double, (double, LengthType)>, OneOf<double, (double, LengthType)>, OneOf<Color, Paint, string>, OneOf<Color, Paint, string>, string, Action<SVGEllipseElementBuilder>) , SVGBuilderExtensions.AddFilter<SVGGElementBuilder>(SVGGElementBuilder, Action<SVGFilterElementBuilder>) , SVGBuilderExtensions.AddForeignObject<SVGGElementBuilder>(SVGGElementBuilder, Action<SVGForeignObjectElementBuilder>) , SVGBuilderExtensions.AddG<SVGGElementBuilder>(SVGGElementBuilder, Action<SVGGElementBuilder>) , SVGBuilderExtensions.AddImage<SVGGElementBuilder>(SVGGElementBuilder, Action<SVGImageElementBuilder>) , SVGBuilderExtensions.AddImage<SVGGElementBuilder>(SVGGElementBuilder, string, OneOf<double, (double, LengthType)>, OneOf<double, (double, LengthType)>, OneOf<double, (double, LengthType)>, OneOf<double, (double, LengthType)>, string, Action<SVGImageElementBuilder>) , SVGBuilderExtensions.AddLine<SVGGElementBuilder>(SVGGElementBuilder, Action<SVGLineElementBuilder>) , SVGBuilderExtensions.AddLine<SVGGElementBuilder>(SVGGElementBuilder, OneOf<double, (double, LengthType)>, OneOf<double, (double, LengthType)>, OneOf<double, (double, LengthType)>, OneOf<double, (double, LengthType)>, OneOf<Color, Paint, string>, OneOf<Color, Paint, string>, string, Action<SVGLineElementBuilder>) , SVGBuilderExtensions.AddLinearGradient<SVGGElementBuilder>(SVGGElementBuilder, Action<SVGLinearGradientElementBuilder>) , SVGBuilderExtensions.AddLinearGradient<SVGGElementBuilder>(SVGGElementBuilder, OneOf<double, (double, LengthType)>, OneOf<double, (double, LengthType)>, OneOf<double, (double, LengthType)>, OneOf<double, (double, LengthType)>, CoordinateUnits?, SpreadMethod?, string, string, Action<SVGLinearGradientElementBuilder>) , SVGBuilderExtensions.AddMarker<SVGGElementBuilder>(SVGGElementBuilder, Action<SVGMarkerElementBuilder>) , SVGBuilderExtensions.AddMask<SVGGElementBuilder>(SVGGElementBuilder, Action<SVGMaskElementBuilder>) , SVGBuilderExtensions.AddMetadata<SVGGElementBuilder, TElement>(SVGGElementBuilder, Action<SVGMetadataElementBuilder>) , SVGBuilderExtensions.AddPath<SVGGElementBuilder>(SVGGElementBuilder, Action<SVGPathElementBuilder>) , SVGBuilderExtensions.AddPath<SVGGElementBuilder>(SVGGElementBuilder, OneOf<string, Action<PathBuilder>>, OneOf<Color, Paint, string>, OneOf<Color, Paint, string>, string, Action<SVGPathElementBuilder>) , SVGBuilderExtensions.AddPath<SVGGElementBuilder>(SVGGElementBuilder, Action<PathBuilder>, OneOf<Color, Paint, string>, OneOf<Color, Paint, string>, string, Action<SVGPathElementBuilder>) , SVGBuilderExtensions.AddPattern<SVGGElementBuilder>(SVGGElementBuilder, Action<SVGPatternElementBuilder>) , SVGBuilderExtensions.AddPattern<SVGGElementBuilder>(SVGGElementBuilder, CoordinateUnits?, CoordinateUnits?, string, string, Action<SVGPatternElementBuilder>) , SVGBuilderExtensions.AddPolygon<SVGGElementBuilder>(SVGGElementBuilder, Action<SVGPolygonElementBuilder>) , SVGBuilderExtensions.AddPolygon<SVGGElementBuilder>(SVGGElementBuilder, double[], OneOf<Color, Paint, string>, OneOf<Color, Paint, string>, string, Action<SVGPolygonElementBuilder>) , SVGBuilderExtensions.AddPolyline<SVGGElementBuilder>(SVGGElementBuilder, Action<SVGPolylineElementBuilder>) , SVGBuilderExtensions.AddPolyline<SVGGElementBuilder>(SVGGElementBuilder, double[], OneOf<Color, Paint, string>, OneOf<Color, Paint, string>, string, Action<SVGPolylineElementBuilder>) , SVGBuilderExtensions.AddRadialGradient<SVGGElementBuilder>(SVGGElementBuilder, Action<SVGRadialGradientElementBuilder>) , SVGBuilderExtensions.AddRadialGradient<SVGGElementBuilder>(SVGGElementBuilder, OneOf<double, (double, LengthType)>, OneOf<double, (double, LengthType)>, OneOf<double, (double, LengthType)>, OneOf<double, (double, LengthType)>, OneOf<double, (double, LengthType)>, CoordinateUnits?, SpreadMethod?, string, string, Action<SVGRadialGradientElementBuilder>) , SVGBuilderExtensions.AddRect<SVGGElementBuilder>(SVGGElementBuilder, Action<SVGRectElementBuilder>) , SVGBuilderExtensions.AddRect<SVGGElementBuilder>(SVGGElementBuilder, OneOf<double, (double, LengthType)>, OneOf<double, (double, LengthType)>, OneOf<double, (double, LengthType)>, OneOf<double, (double, LengthType)>, OneOf<Color, Paint, string>, OneOf<Color, Paint, string>, string, Action<SVGRectElementBuilder>) , SVGBuilderExtensions.AddScript<SVGGElementBuilder>(SVGGElementBuilder, Action<SVGScriptElementBuilder>) , SVGBuilderExtensions.AddSet<SVGGElementBuilder>(SVGGElementBuilder, Action<SVGSetElementBuilder>) , SVGBuilderExtensions.AddStyle<SVGGElementBuilder>(SVGGElementBuilder, Action<SVGStyleElementBuilder>) , SVGBuilderExtensions.AddSvg<SVGGElementBuilder>(SVGGElementBuilder, Action<SVGSVGElementBuilder>) , SVGBuilderExtensions.AddSwitch<SVGGElementBuilder>(SVGGElementBuilder, Action<SVGSwitchElementBuilder>) , SVGBuilderExtensions.AddSymbol<SVGGElementBuilder>(SVGGElementBuilder, Action<SVGSymbolElementBuilder>) , SVGBuilderExtensions.AddText<SVGGElementBuilder>(SVGGElementBuilder, Action<SVGTextElementBuilder>) , SVGBuilderExtensions.AddText<SVGGElementBuilder>(SVGGElementBuilder, string, OneOf<double, (double, LengthType)>, OneOf<double, (double, LengthType)>, OneOf<double, (double, LengthType)>, FontStyle?, string, FontWeight?, OneOf<Color, Paint, string>, OneOf<Color, Paint, string>, string, Action<SVGTextElementBuilder>) , SVGBuilderExtensions.AddTitle<SVGGElementBuilder>(SVGGElementBuilder, Action<SVGTitleElementBuilder>) , SVGBuilderExtensions.AddUse<SVGGElementBuilder>(SVGGElementBuilder, Action<SVGUseElementBuilder>) , SVGBuilderExtensions.AddUse<SVGGElementBuilder>(SVGGElementBuilder, string, OneOf<double, (double, LengthType)>, OneOf<double, (double, LengthType)>, OneOf<double, (double, LengthType)>, OneOf<double, (double, LengthType)>, OneOf<Color, Paint, string>, OneOf<Color, Paint, string>, string, Action<SVGUseElementBuilder>) , SVGBuilderExtensions.AddView<SVGGElementBuilder>(SVGGElementBuilder, Action<SVGViewElementBuilder>) , SVGBuilderExtensions.AlignmentBaseline<SVGGElementBuilder>(SVGGElementBuilder, AlignmentBaseline) , SVGBuilderExtensions.BaselineShift<SVGGElementBuilder>(SVGGElementBuilder, BaseLineShift) , SVGBuilderExtensions.BaselineShift<SVGGElementBuilder>(SVGGElementBuilder, double, LengthType) , SVGBuilderExtensions.Class<SVGGElementBuilder>(SVGGElementBuilder, params string[]) , SVGBuilderExtensions.ClipPath<SVGGElementBuilder>(SVGGElementBuilder, Action<ClipPathBuilder>) , SVGBuilderExtensions.ClipRule<SVGGElementBuilder>(SVGGElementBuilder, ClipRule) , SVGBuilderExtensions.Color<SVGGElementBuilder>(SVGGElementBuilder, Action<ColorBuilder>) , SVGBuilderExtensions.Color<SVGGElementBuilder>(SVGGElementBuilder, Color) , SVGBuilderExtensions.ColorInterpolation<SVGGElementBuilder>(SVGGElementBuilder, ColorInterpolation) , SVGBuilderExtensions.ColorInterpolationFilters<SVGGElementBuilder>(SVGGElementBuilder, ColorInterpolation) , SVGBuilderExtensions.ColorProfile<SVGGElementBuilder>(SVGGElementBuilder, string) , SVGBuilderExtensions.ColorRendering<SVGGElementBuilder>(SVGGElementBuilder, ColorRendering) , SVGBuilderExtensions.Cursor<SVGGElementBuilder>(SVGGElementBuilder, Cursor) , SVGBuilderExtensions.Direction<SVGGElementBuilder>(SVGGElementBuilder, TextDirection) , SVGBuilderExtensions.Display<SVGGElementBuilder>(SVGGElementBuilder, DisplayType) , SVGBuilderExtensions.DominantBaseline<SVGGElementBuilder>(SVGGElementBuilder, DominantBaseline) , SVGBuilderExtensions.Fill<SVGGElementBuilder>(SVGGElementBuilder, Action<PaintBuilder>) , SVGBuilderExtensions.Fill<SVGGElementBuilder>(SVGGElementBuilder, Color) , SVGBuilderExtensions.Fill<SVGGElementBuilder>(SVGGElementBuilder, Paint) , SVGBuilderExtensions.FillOpacity<SVGGElementBuilder>(SVGGElementBuilder, double) , SVGBuilderExtensions.FillRule<SVGGElementBuilder>(SVGGElementBuilder, FillRule) , SVGBuilderExtensions.Filter<SVGGElementBuilder>(SVGGElementBuilder, Action<FilterValueListBuilder>) , SVGBuilderExtensions.FloodColor<SVGGElementBuilder>(SVGGElementBuilder, Color) , SVGBuilderExtensions.FloodColor<SVGGElementBuilder>(SVGGElementBuilder, Action<ColorBuilder>) , SVGBuilderExtensions.FloodOpacity<SVGGElementBuilder>(SVGGElementBuilder, double) , SVGBuilderExtensions.FontFamily<SVGGElementBuilder>(SVGGElementBuilder, string) , SVGBuilderExtensions.FontKerning<SVGGElementBuilder>(SVGGElementBuilder, double, LengthType) , SVGBuilderExtensions.FontKerning<SVGGElementBuilder>(SVGGElementBuilder, Kerning) , SVGBuilderExtensions.FontSize<SVGGElementBuilder>(SVGGElementBuilder, double, LengthType) , SVGBuilderExtensions.FontSize<SVGGElementBuilder>(SVGGElementBuilder, FontSize) , SVGBuilderExtensions.FontSizeAdjust<SVGGElementBuilder>(SVGGElementBuilder, double) , SVGBuilderExtensions.FontSizeAdjust<SVGGElementBuilder>(SVGGElementBuilder, ) , SVGBuilderExtensions.FontStretch<SVGGElementBuilder>(SVGGElementBuilder, FontStretch) , SVGBuilderExtensions.FontStyle<SVGGElementBuilder>(SVGGElementBuilder, FontStyle) , SVGBuilderExtensions.FontVariant<SVGGElementBuilder>(SVGGElementBuilder, string) , SVGBuilderExtensions.FontWeight<SVGGElementBuilder>(SVGGElementBuilder, FontWeight) , SVGBuilderExtensions.GlyphOrientationVertical<SVGGElementBuilder>(SVGGElementBuilder, TextOrientation) , SVGBuilderExtensions.Id<SVGGElementBuilder>(SVGGElementBuilder, string) , SVGBuilderExtensions.ImageRendering<SVGGElementBuilder>(SVGGElementBuilder, ImageRendering) , SVGBuilderExtensions.Lang<SVGGElementBuilder>(SVGGElementBuilder, string) , SVGBuilderExtensions.LetterSpacing<SVGGElementBuilder>(SVGGElementBuilder, double, LengthType) , SVGBuilderExtensions.LetterSpacing<SVGGElementBuilder>(SVGGElementBuilder, Spacing) , SVGBuilderExtensions.LightingColor<SVGGElementBuilder>(SVGGElementBuilder, Color) , SVGBuilderExtensions.LightingColor<SVGGElementBuilder>(SVGGElementBuilder, Action<ColorBuilder>) , SVGBuilderExtensions.MarkerEnd<SVGGElementBuilder>(SVGGElementBuilder, string) , SVGBuilderExtensions.MarkerEnd<SVGGElementBuilder>(SVGGElementBuilder, MarkerPos) , SVGBuilderExtensions.MarkerMid<SVGGElementBuilder>(SVGGElementBuilder, string) , SVGBuilderExtensions.MarkerMid<SVGGElementBuilder>(SVGGElementBuilder, MarkerPos) , SVGBuilderExtensions.MarkerStart<SVGGElementBuilder>(SVGGElementBuilder, string) , SVGBuilderExtensions.MarkerStart<SVGGElementBuilder>(SVGGElementBuilder, MarkerPos) , SVGBuilderExtensions.Mask<SVGGElementBuilder>(SVGGElementBuilder, Action<MaskBuilder>) , SVGBuilderExtensions.OnCanPlay<SVGGElementBuilder>(SVGGElementBuilder, string) , SVGBuilderExtensions.OnCanPlayThrough<SVGGElementBuilder>(SVGGElementBuilder, string) , SVGBuilderExtensions.OnCancel<SVGGElementBuilder>(SVGGElementBuilder, string) , SVGBuilderExtensions.OnChange<SVGGElementBuilder>(SVGGElementBuilder, string) , SVGBuilderExtensions.OnClick<SVGGElementBuilder>(SVGGElementBuilder, string) , SVGBuilderExtensions.OnClose<SVGGElementBuilder>(SVGGElementBuilder, string) , SVGBuilderExtensions.OnCopy<SVGGElementBuilder>(SVGGElementBuilder, string) , SVGBuilderExtensions.OnCueChange<SVGGElementBuilder>(SVGGElementBuilder, string) , SVGBuilderExtensions.OnCut<SVGGElementBuilder>(SVGGElementBuilder, string) , SVGBuilderExtensions.OnDblClick<SVGGElementBuilder>(SVGGElementBuilder, string) , SVGBuilderExtensions.OnDrag<SVGGElementBuilder>(SVGGElementBuilder, string) , SVGBuilderExtensions.OnDragEnd<SVGGElementBuilder>(SVGGElementBuilder, string) , SVGBuilderExtensions.OnDragEnter<SVGGElementBuilder>(SVGGElementBuilder, string) , SVGBuilderExtensions.OnDragExit<SVGGElementBuilder>(SVGGElementBuilder, string) , SVGBuilderExtensions.OnDragLeave<SVGGElementBuilder>(SVGGElementBuilder, string) , SVGBuilderExtensions.OnDragOver<SVGGElementBuilder>(SVGGElementBuilder, string) , SVGBuilderExtensions.OnDragStart<SVGGElementBuilder>(SVGGElementBuilder, string) , SVGBuilderExtensions.OnDrop<SVGGElementBuilder>(SVGGElementBuilder, string) , SVGBuilderExtensions.OnDurationChange<SVGGElementBuilder>(SVGGElementBuilder, string) , SVGBuilderExtensions.OnEmptied<SVGGElementBuilder>(SVGGElementBuilder, string) , SVGBuilderExtensions.OnEnded<SVGGElementBuilder>(SVGGElementBuilder, string) , SVGBuilderExtensions.OnError<SVGGElementBuilder>(SVGGElementBuilder, string) , SVGBuilderExtensions.OnFocus<SVGGElementBuilder>(SVGGElementBuilder, string) , SVGBuilderExtensions.OnFocusIn<SVGGElementBuilder>(SVGGElementBuilder, string) , SVGBuilderExtensions.OnFocusOut<SVGGElementBuilder>(SVGGElementBuilder, string) , SVGBuilderExtensions.OnInput<SVGGElementBuilder>(SVGGElementBuilder, string) , SVGBuilderExtensions.OnInvalid<SVGGElementBuilder>(SVGGElementBuilder, string) , SVGBuilderExtensions.OnKeyDown<SVGGElementBuilder>(SVGGElementBuilder, string) , SVGBuilderExtensions.OnKeyPress<SVGGElementBuilder>(SVGGElementBuilder, string) , SVGBuilderExtensions.OnKeyUp<SVGGElementBuilder>(SVGGElementBuilder, string) , SVGBuilderExtensions.OnLoad<SVGGElementBuilder>(SVGGElementBuilder, string) , SVGBuilderExtensions.OnLoadStart<SVGGElementBuilder>(SVGGElementBuilder, string) , SVGBuilderExtensions.OnLoadedData<SVGGElementBuilder>(SVGGElementBuilder, string) , SVGBuilderExtensions.OnLoadedMetadata<SVGGElementBuilder>(SVGGElementBuilder, string) , SVGBuilderExtensions.OnMouseDown<SVGGElementBuilder>(SVGGElementBuilder, string) , SVGBuilderExtensions.OnMouseEnter<SVGGElementBuilder>(SVGGElementBuilder, string) , SVGBuilderExtensions.OnMouseLeave<SVGGElementBuilder>(SVGGElementBuilder, string) , SVGBuilderExtensions.OnMouseMove<SVGGElementBuilder>(SVGGElementBuilder, string) , SVGBuilderExtensions.OnMouseOut<SVGGElementBuilder>(SVGGElementBuilder, string) , SVGBuilderExtensions.OnMouseOver<SVGGElementBuilder>(SVGGElementBuilder, string) , SVGBuilderExtensions.OnMouseUp<SVGGElementBuilder>(SVGGElementBuilder, string) , SVGBuilderExtensions.OnMouseWheel<SVGGElementBuilder>(SVGGElementBuilder, string) , SVGBuilderExtensions.OnPaste<SVGGElementBuilder>(SVGGElementBuilder, string) , SVGBuilderExtensions.OnPause<SVGGElementBuilder>(SVGGElementBuilder, string) , SVGBuilderExtensions.OnPlay<SVGGElementBuilder>(SVGGElementBuilder, string) , SVGBuilderExtensions.OnPlaying<SVGGElementBuilder>(SVGGElementBuilder, string) , SVGBuilderExtensions.OnProgress<SVGGElementBuilder>(SVGGElementBuilder, string) , SVGBuilderExtensions.OnRateChange<SVGGElementBuilder>(SVGGElementBuilder, string) , SVGBuilderExtensions.OnReset<SVGGElementBuilder>(SVGGElementBuilder, string) , SVGBuilderExtensions.OnResize<SVGGElementBuilder>(SVGGElementBuilder, string) , SVGBuilderExtensions.OnScroll<SVGGElementBuilder>(SVGGElementBuilder, string) , SVGBuilderExtensions.OnSeeked<SVGGElementBuilder>(SVGGElementBuilder, string) , SVGBuilderExtensions.OnSeeking<SVGGElementBuilder>(SVGGElementBuilder, string) , SVGBuilderExtensions.OnSelect<SVGGElementBuilder>(SVGGElementBuilder, string) , SVGBuilderExtensions.OnShow<SVGGElementBuilder>(SVGGElementBuilder, string) , SVGBuilderExtensions.OnStalled<SVGGElementBuilder>(SVGGElementBuilder, string) , SVGBuilderExtensions.OnSubmit<SVGGElementBuilder>(SVGGElementBuilder, string) , SVGBuilderExtensions.OnSuspend<SVGGElementBuilder>(SVGGElementBuilder, string) , SVGBuilderExtensions.OnTimeUpdate<SVGGElementBuilder>(SVGGElementBuilder, string) , SVGBuilderExtensions.OnToggle<SVGGElementBuilder>(SVGGElementBuilder, string) , SVGBuilderExtensions.OnVolumeChange<SVGGElementBuilder>(SVGGElementBuilder, string) , SVGBuilderExtensions.OnWaiting<SVGGElementBuilder>(SVGGElementBuilder, string) , SVGBuilderExtensions.Opacity<SVGGElementBuilder>(SVGGElementBuilder, double) , SVGBuilderExtensions.Overflow<SVGGElementBuilder>(SVGGElementBuilder, Overflow) , SVGBuilderExtensions.PaintOrder<SVGGElementBuilder>(SVGGElementBuilder, PaintOrder) , SVGBuilderExtensions.PointerEvents<SVGGElementBuilder>(SVGGElementBuilder, PointerEvents) , SVGBuilderExtensions.RequiredExtensions<SVGGElementBuilder>(SVGGElementBuilder, string) , SVGBuilderExtensions.SetAttribute<SVGGElementBuilder>(SVGGElementBuilder, string, string) , SVGBuilderExtensions.ShapeRendering<SVGGElementBuilder>(SVGGElementBuilder, ShapeRendering) , SVGBuilderExtensions.StopColor<SVGGElementBuilder>(SVGGElementBuilder, Color) , SVGBuilderExtensions.StopColor<SVGGElementBuilder>(SVGGElementBuilder, Action<ColorBuilder>) , SVGBuilderExtensions.StopOpacity<SVGGElementBuilder>(SVGGElementBuilder, double) , SVGBuilderExtensions.Stroke<SVGGElementBuilder>(SVGGElementBuilder, Action<PaintBuilder>) , SVGBuilderExtensions.Stroke<SVGGElementBuilder>(SVGGElementBuilder, Color) , SVGBuilderExtensions.Stroke<SVGGElementBuilder>(SVGGElementBuilder, Paint) , SVGBuilderExtensions.StrokeDashArray<SVGGElementBuilder>(SVGGElementBuilder, params double[]) , SVGBuilderExtensions.StrokeDashArray<SVGGElementBuilder>(SVGGElementBuilder, Dash) , SVGBuilderExtensions.StrokeDashoffset<SVGGElementBuilder>(SVGGElementBuilder, double, LengthType) , SVGBuilderExtensions.StrokeLineCap<SVGGElementBuilder>(SVGGElementBuilder, StrokeLineCap) , SVGBuilderExtensions.StrokeLineJoin<SVGGElementBuilder>(SVGGElementBuilder, StrokeLineJoin) , SVGBuilderExtensions.StrokeMiterlimit<SVGGElementBuilder>(SVGGElementBuilder, double) , SVGBuilderExtensions.StrokeOpacity<SVGGElementBuilder>(SVGGElementBuilder, double) , SVGBuilderExtensions.StrokeWidth<SVGGElementBuilder>(SVGGElementBuilder, double, LengthType) , SVGBuilderExtensions.Style<SVGGElementBuilder>(SVGGElementBuilder, Action<RuleBuilder>) , SVGBuilderExtensions.Style<SVGGElementBuilder>(SVGGElementBuilder, string) , SVGBuilderExtensions.SystemLanguage<SVGGElementBuilder>(SVGGElementBuilder, string) , SVGBuilderExtensions.Tabindex<SVGGElementBuilder>(SVGGElementBuilder, int) , SVGBuilderExtensions.TextAnchor<SVGGElementBuilder>(SVGGElementBuilder, TextAnchor) , SVGBuilderExtensions.TextDecoration<SVGGElementBuilder>(SVGGElementBuilder, bool, bool, bool, bool) , SVGBuilderExtensions.TextOverflow<SVGGElementBuilder>(SVGGElementBuilder, TextOverflow) , SVGBuilderExtensions.TextRendering<SVGGElementBuilder>(SVGGElementBuilder, TextRendering) , SVGBuilderExtensions.Transform<SVGGElementBuilder>(SVGGElementBuilder, Func<TransformBuilder, TransformBuilder>) , SVGBuilderExtensions.UnicodeBidi<SVGGElementBuilder>(SVGGElementBuilder, UnicodeBidi) , SVGBuilderExtensions.Visibility<SVGGElementBuilder>(SVGGElementBuilder, Visibility) , SVGBuilderExtensions.WhiteSspace<SVGGElementBuilder>(SVGGElementBuilder, WhiteSpace) , SVGBuilderExtensions.WordSpacing<SVGGElementBuilder>(SVGGElementBuilder, Spacing) , SVGBuilderExtensions.WordSpacing<SVGGElementBuilder>(SVGGElementBuilder, double, LengthType) , SVGBuilderExtensions.WritingMode<SVGGElementBuilder>(SVGGElementBuilder, WritingMode) , SVGBuilderExtensions.XmlSpace<SVGGElementBuilder>(SVGGElementBuilder, XmlSpace)

Constructors

SVGGElementBuilder()

public SVGGElementBuilder()

Methods

Create(Document)

Creates an instance of SVGGElement in the provided SVG document context.

protected override SVGGElement Create(Document document)

Parameters

document Document

The SVG document where the element will be created.

Returns

SVGGElement

An instance of SVGGElement.

 English