Class SVGClipPathElementBuilder
Namespace: Aspose.Svg.Builder
Assembly: Aspose.SVG.dll (25.5.0)
Builder class for constructing an SVG ‘clipPath’ element, which is used to define a clipping path. It enables the building of content within the ‘clipPath’ element and provides methods to set various attributes specific to the ‘clipPath’ element in SVG.
[ComVisible(true)]
public class SVGClipPathElementBuilder : SVGElementBuilder<svgclippathelement>, ISVGElementBuilder, IAttributeSetter, IDescriptiveElementBuilder, IAnimationElementBuilder, IBaseAnimationElementBuilder, IShapeElementBuilder, ICompositeAttributeSetter, IConditionalProcessingAttributeSetter, ICoreAttributeSetter, IGlobalEventAttributeSetter, ICommonEventAttributeSetter, IDocumentElementEventAttributeSetter, IGraphicalEventAttributeSetter, IPresentationAttributeSetter, ITransformAttributeSetter
Inheritance
object ← SVGElementBuilder<svgclippathelement> ← SVGClipPathElementBuilder
Implements
ISVGElementBuilder , IAttributeSetter , IDescriptiveElementBuilder , IAnimationElementBuilder , IBaseAnimationElementBuilder , IShapeElementBuilder , ICompositeAttributeSetter , IConditionalProcessingAttributeSetter , ICoreAttributeSetter , IGlobalEventAttributeSetter , ICommonEventAttributeSetter , IDocumentElementEventAttributeSetter , IGraphicalEventAttributeSetter , IPresentationAttributeSetter , ITransformAttributeSetter
Inherited Members
SVGElementBuilder<svgclippathelement>.Create(Document) , SVGElementBuilder<svgclippathelement>.Build(Document) , SVGElementBuilder<svgclippathelement>.Build(SVGClipPathElement) , SVGElementBuilder<svgclippathelement>.BuildElement(Document) , SVGElementBuilder<svgclippathelement>.Attribute(string, string) , SVGElementBuilder<svgclippathelement>.Configurations , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Extension Methods
SVGBuilderExtensions.AddAnimate<svgclippathelementbuilder>(SVGClipPathElementBuilder, Action<svganimateelementbuilder>) , SVGBuilderExtensions.AddAnimateMotion<svgclippathelementbuilder>(SVGClipPathElementBuilder, Action<svganimatemotionelementbuilder>) , SVGBuilderExtensions.AddAnimateTransform<svgclippathelementbuilder>(SVGClipPathElementBuilder, Action<svganimatetransformelementbuilder>) , SVGBuilderExtensions.AddBuilder<svgclippathelementbuilder, telementbuilder="">(SVGClipPathElementBuilder, TElementBuilder) , SVGBuilderExtensions.AddCircle<svgclippathelementbuilder>(SVGClipPathElementBuilder, Action<svgcircleelementbuilder>) , SVGBuilderExtensions.AddCircle<svgclippathelementbuilder>(SVGClipPathElementBuilder, OneOf<double, (double,="" lengthtype)="">, OneOf<double, (double,="" lengthtype)="">, OneOf<double, (double,="" lengthtype)="">, OneOf<color, paint,="" string="">, OneOf<color, paint,="" string="">, string, Action<svgcircleelementbuilder>) , SVGBuilderExtensions.AddDesc<svgclippathelementbuilder>(SVGClipPathElementBuilder, Action<svgdescelementbuilder>) , SVGBuilderExtensions.AddEllipse<svgclippathelementbuilder>(SVGClipPathElementBuilder, Action<svgellipseelementbuilder>) , SVGBuilderExtensions.AddEllipse<svgclippathelementbuilder>(SVGClipPathElementBuilder, 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.AddLine<svgclippathelementbuilder>(SVGClipPathElementBuilder, Action<svglineelementbuilder>) , SVGBuilderExtensions.AddLine<svgclippathelementbuilder>(SVGClipPathElementBuilder, 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<svgclippathelementbuilder>(SVGClipPathElementBuilder, OneOf<double, (double,="" lengthtype)="">, OneOf<double, (double,="" lengthtype)="">, OneOf<double, (double,="" lengthtype)="">, OneOf<double, (double,="" lengthtype)="">, CoordinateUnits?, SpreadMethod?, string, string, Action<svglineargradientelementbuilder>) , SVGBuilderExtensions.AddMetadata<svgclippathelementbuilder, telement="">(SVGClipPathElementBuilder, Action<svgmetadataelementbuilder>) , SVGBuilderExtensions.AddPath<svgclippathelementbuilder>(SVGClipPathElementBuilder, Action<svgpathelementbuilder>) , SVGBuilderExtensions.AddPath<svgclippathelementbuilder>(SVGClipPathElementBuilder, OneOf<string, action<pathbuilder="">>, OneOf<color, paint,="" string="">, OneOf<color, paint,="" string="">, string, Action<svgpathelementbuilder>) , SVGBuilderExtensions.AddPath<svgclippathelementbuilder>(SVGClipPathElementBuilder, Action<pathbuilder>, OneOf<color, paint,="" string="">, OneOf<color, paint,="" string="">, string, Action<svgpathelementbuilder>) , SVGBuilderExtensions.AddPattern<svgclippathelementbuilder>(SVGClipPathElementBuilder, CoordinateUnits?, CoordinateUnits?, string, string, Action<svgpatternelementbuilder>) , SVGBuilderExtensions.AddPolygon<svgclippathelementbuilder>(SVGClipPathElementBuilder, Action<svgpolygonelementbuilder>) , SVGBuilderExtensions.AddPolygon<svgclippathelementbuilder>(SVGClipPathElementBuilder, double[], OneOf<color, paint,="" string="">, OneOf<color, paint,="" string="">, string, Action<svgpolygonelementbuilder>) , SVGBuilderExtensions.AddPolyline<svgclippathelementbuilder>(SVGClipPathElementBuilder, Action<svgpolylineelementbuilder>) , SVGBuilderExtensions.AddPolyline<svgclippathelementbuilder>(SVGClipPathElementBuilder, double[], OneOf<color, paint,="" string="">, OneOf<color, paint,="" string="">, string, Action<svgpolylineelementbuilder>) , SVGBuilderExtensions.AddRadialGradient<svgclippathelementbuilder>(SVGClipPathElementBuilder, 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<svgclippathelementbuilder>(SVGClipPathElementBuilder, Action<svgrectelementbuilder>) , SVGBuilderExtensions.AddRect<svgclippathelementbuilder>(SVGClipPathElementBuilder, 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.AddSet<svgclippathelementbuilder>(SVGClipPathElementBuilder, Action<svgsetelementbuilder>) , SVGBuilderExtensions.AddTitle<svgclippathelementbuilder>(SVGClipPathElementBuilder, Action<svgtitleelementbuilder>) , SVGBuilderExtensions.AlignmentBaseline<svgclippathelementbuilder>(SVGClipPathElementBuilder, AlignmentBaseline) , SVGBuilderExtensions.BaselineShift<svgclippathelementbuilder>(SVGClipPathElementBuilder, BaseLineShift) , SVGBuilderExtensions.BaselineShift<svgclippathelementbuilder>(SVGClipPathElementBuilder, double, LengthType) , SVGBuilderExtensions.Class<svgclippathelementbuilder>(SVGClipPathElementBuilder, params string[]) , SVGBuilderExtensions.ClipPath<svgclippathelementbuilder>(SVGClipPathElementBuilder, Action<clippathbuilder>) , SVGBuilderExtensions.ClipRule<svgclippathelementbuilder>(SVGClipPathElementBuilder, ClipRule) , SVGBuilderExtensions.Color<svgclippathelementbuilder>(SVGClipPathElementBuilder, Action<colorbuilder>) , SVGBuilderExtensions.Color<svgclippathelementbuilder>(SVGClipPathElementBuilder, Color) , SVGBuilderExtensions.ColorInterpolation<svgclippathelementbuilder>(SVGClipPathElementBuilder, ColorInterpolation) , SVGBuilderExtensions.ColorInterpolationFilters<svgclippathelementbuilder>(SVGClipPathElementBuilder, ColorInterpolation) , SVGBuilderExtensions.ColorProfile<svgclippathelementbuilder>(SVGClipPathElementBuilder, string) , SVGBuilderExtensions.ColorRendering<svgclippathelementbuilder>(SVGClipPathElementBuilder, ColorRendering) , SVGBuilderExtensions.Cursor<svgclippathelementbuilder>(SVGClipPathElementBuilder, Cursor) , SVGBuilderExtensions.Direction<svgclippathelementbuilder>(SVGClipPathElementBuilder, TextDirection) , SVGBuilderExtensions.Display<svgclippathelementbuilder>(SVGClipPathElementBuilder, DisplayType) , SVGBuilderExtensions.DominantBaseline<svgclippathelementbuilder>(SVGClipPathElementBuilder, DominantBaseline) , SVGBuilderExtensions.Fill<svgclippathelementbuilder>(SVGClipPathElementBuilder, Action<paintbuilder>) , SVGBuilderExtensions.Fill<svgclippathelementbuilder>(SVGClipPathElementBuilder, Color) , SVGBuilderExtensions.Fill<svgclippathelementbuilder>(SVGClipPathElementBuilder, Paint) , SVGBuilderExtensions.FillOpacity<svgclippathelementbuilder>(SVGClipPathElementBuilder, double) , SVGBuilderExtensions.FillRule<svgclippathelementbuilder>(SVGClipPathElementBuilder, FillRule) , SVGBuilderExtensions.Filter<svgclippathelementbuilder>(SVGClipPathElementBuilder, Action<filtervaluelistbuilder>) , SVGBuilderExtensions.FloodColor<svgclippathelementbuilder>(SVGClipPathElementBuilder, Color) , SVGBuilderExtensions.FloodColor<svgclippathelementbuilder>(SVGClipPathElementBuilder, Action<colorbuilder>) , SVGBuilderExtensions.FloodOpacity<svgclippathelementbuilder>(SVGClipPathElementBuilder, double) , SVGBuilderExtensions.FontFamily<svgclippathelementbuilder>(SVGClipPathElementBuilder, string) , SVGBuilderExtensions.FontKerning<svgclippathelementbuilder>(SVGClipPathElementBuilder, double, LengthType) , SVGBuilderExtensions.FontKerning<svgclippathelementbuilder>(SVGClipPathElementBuilder, Kerning) , SVGBuilderExtensions.FontSize<svgclippathelementbuilder>(SVGClipPathElementBuilder, double, LengthType) , SVGBuilderExtensions.FontSize<svgclippathelementbuilder>(SVGClipPathElementBuilder, FontSize) , SVGBuilderExtensions.FontSizeAdjust<svgclippathelementbuilder>(SVGClipPathElementBuilder, double) , SVGBuilderExtensions.FontSizeAdjust<svgclippathelementbuilder>(SVGClipPathElementBuilder, ) , SVGBuilderExtensions.FontStretch<svgclippathelementbuilder>(SVGClipPathElementBuilder, FontStretch) , SVGBuilderExtensions.FontStyle<svgclippathelementbuilder>(SVGClipPathElementBuilder, FontStyle) , SVGBuilderExtensions.FontVariant<svgclippathelementbuilder>(SVGClipPathElementBuilder, string) , SVGBuilderExtensions.FontWeight<svgclippathelementbuilder>(SVGClipPathElementBuilder, FontWeight) , SVGBuilderExtensions.GlyphOrientationVertical<svgclippathelementbuilder>(SVGClipPathElementBuilder, TextOrientation) , SVGBuilderExtensions.Id<svgclippathelementbuilder>(SVGClipPathElementBuilder, string) , SVGBuilderExtensions.ImageRendering<svgclippathelementbuilder>(SVGClipPathElementBuilder, ImageRendering) , SVGBuilderExtensions.Lang<svgclippathelementbuilder>(SVGClipPathElementBuilder, string) , SVGBuilderExtensions.LetterSpacing<svgclippathelementbuilder>(SVGClipPathElementBuilder, double, LengthType) , SVGBuilderExtensions.LetterSpacing<svgclippathelementbuilder>(SVGClipPathElementBuilder, Spacing) , SVGBuilderExtensions.LightingColor<svgclippathelementbuilder>(SVGClipPathElementBuilder, Color) , SVGBuilderExtensions.LightingColor<svgclippathelementbuilder>(SVGClipPathElementBuilder, Action<colorbuilder>) , SVGBuilderExtensions.MarkerEnd<svgclippathelementbuilder>(SVGClipPathElementBuilder, string) , SVGBuilderExtensions.MarkerEnd<svgclippathelementbuilder>(SVGClipPathElementBuilder, MarkerPos) , SVGBuilderExtensions.MarkerMid<svgclippathelementbuilder>(SVGClipPathElementBuilder, string) , SVGBuilderExtensions.MarkerMid<svgclippathelementbuilder>(SVGClipPathElementBuilder, MarkerPos) , SVGBuilderExtensions.MarkerStart<svgclippathelementbuilder>(SVGClipPathElementBuilder, string) , SVGBuilderExtensions.MarkerStart<svgclippathelementbuilder>(SVGClipPathElementBuilder, MarkerPos) , SVGBuilderExtensions.Mask<svgclippathelementbuilder>(SVGClipPathElementBuilder, Action<maskbuilder>) , SVGBuilderExtensions.OnCanPlay<svgclippathelementbuilder>(SVGClipPathElementBuilder, string) , SVGBuilderExtensions.OnCanPlayThrough<svgclippathelementbuilder>(SVGClipPathElementBuilder, string) , SVGBuilderExtensions.OnCancel<svgclippathelementbuilder>(SVGClipPathElementBuilder, string) , SVGBuilderExtensions.OnChange<svgclippathelementbuilder>(SVGClipPathElementBuilder, string) , SVGBuilderExtensions.OnClick<svgclippathelementbuilder>(SVGClipPathElementBuilder, string) , SVGBuilderExtensions.OnClose<svgclippathelementbuilder>(SVGClipPathElementBuilder, string) , SVGBuilderExtensions.OnCopy<svgclippathelementbuilder>(SVGClipPathElementBuilder, string) , SVGBuilderExtensions.OnCueChange<svgclippathelementbuilder>(SVGClipPathElementBuilder, string) , SVGBuilderExtensions.OnCut<svgclippathelementbuilder>(SVGClipPathElementBuilder, string) , SVGBuilderExtensions.OnDblClick<svgclippathelementbuilder>(SVGClipPathElementBuilder, string) , SVGBuilderExtensions.OnDrag<svgclippathelementbuilder>(SVGClipPathElementBuilder, string) , SVGBuilderExtensions.OnDragEnd<svgclippathelementbuilder>(SVGClipPathElementBuilder, string) , SVGBuilderExtensions.OnDragEnter<svgclippathelementbuilder>(SVGClipPathElementBuilder, string) , SVGBuilderExtensions.OnDragExit<svgclippathelementbuilder>(SVGClipPathElementBuilder, string) , SVGBuilderExtensions.OnDragLeave<svgclippathelementbuilder>(SVGClipPathElementBuilder, string) , SVGBuilderExtensions.OnDragOver<svgclippathelementbuilder>(SVGClipPathElementBuilder, string) , SVGBuilderExtensions.OnDragStart<svgclippathelementbuilder>(SVGClipPathElementBuilder, string) , SVGBuilderExtensions.OnDrop<svgclippathelementbuilder>(SVGClipPathElementBuilder, string) , SVGBuilderExtensions.OnDurationChange<svgclippathelementbuilder>(SVGClipPathElementBuilder, string) , SVGBuilderExtensions.OnEmptied<svgclippathelementbuilder>(SVGClipPathElementBuilder, string) , SVGBuilderExtensions.OnEnded<svgclippathelementbuilder>(SVGClipPathElementBuilder, string) , SVGBuilderExtensions.OnError<svgclippathelementbuilder>(SVGClipPathElementBuilder, string) , SVGBuilderExtensions.OnFocus<svgclippathelementbuilder>(SVGClipPathElementBuilder, string) , SVGBuilderExtensions.OnFocusIn<svgclippathelementbuilder>(SVGClipPathElementBuilder, string) , SVGBuilderExtensions.OnFocusOut<svgclippathelementbuilder>(SVGClipPathElementBuilder, string) , SVGBuilderExtensions.OnInput<svgclippathelementbuilder>(SVGClipPathElementBuilder, string) , SVGBuilderExtensions.OnInvalid<svgclippathelementbuilder>(SVGClipPathElementBuilder, string) , SVGBuilderExtensions.OnKeyDown<svgclippathelementbuilder>(SVGClipPathElementBuilder, string) , SVGBuilderExtensions.OnKeyPress<svgclippathelementbuilder>(SVGClipPathElementBuilder, string) , SVGBuilderExtensions.OnKeyUp<svgclippathelementbuilder>(SVGClipPathElementBuilder, string) , SVGBuilderExtensions.OnLoad<svgclippathelementbuilder>(SVGClipPathElementBuilder, string) , SVGBuilderExtensions.OnLoadStart<svgclippathelementbuilder>(SVGClipPathElementBuilder, string) , SVGBuilderExtensions.OnLoadedData<svgclippathelementbuilder>(SVGClipPathElementBuilder, string) , SVGBuilderExtensions.OnLoadedMetadata<svgclippathelementbuilder>(SVGClipPathElementBuilder, string) , SVGBuilderExtensions.OnMouseDown<svgclippathelementbuilder>(SVGClipPathElementBuilder, string) , SVGBuilderExtensions.OnMouseEnter<svgclippathelementbuilder>(SVGClipPathElementBuilder, string) , SVGBuilderExtensions.OnMouseLeave<svgclippathelementbuilder>(SVGClipPathElementBuilder, string) , SVGBuilderExtensions.OnMouseMove<svgclippathelementbuilder>(SVGClipPathElementBuilder, string) , SVGBuilderExtensions.OnMouseOut<svgclippathelementbuilder>(SVGClipPathElementBuilder, string) , SVGBuilderExtensions.OnMouseOver<svgclippathelementbuilder>(SVGClipPathElementBuilder, string) , SVGBuilderExtensions.OnMouseUp<svgclippathelementbuilder>(SVGClipPathElementBuilder, string) , SVGBuilderExtensions.OnMouseWheel<svgclippathelementbuilder>(SVGClipPathElementBuilder, string) , SVGBuilderExtensions.OnPaste<svgclippathelementbuilder>(SVGClipPathElementBuilder, string) , SVGBuilderExtensions.OnPause<svgclippathelementbuilder>(SVGClipPathElementBuilder, string) , SVGBuilderExtensions.OnPlay<svgclippathelementbuilder>(SVGClipPathElementBuilder, string) , SVGBuilderExtensions.OnPlaying<svgclippathelementbuilder>(SVGClipPathElementBuilder, string) , SVGBuilderExtensions.OnProgress<svgclippathelementbuilder>(SVGClipPathElementBuilder, string) , SVGBuilderExtensions.OnRateChange<svgclippathelementbuilder>(SVGClipPathElementBuilder, string) , SVGBuilderExtensions.OnReset<svgclippathelementbuilder>(SVGClipPathElementBuilder, string) , SVGBuilderExtensions.OnResize<svgclippathelementbuilder>(SVGClipPathElementBuilder, string) , SVGBuilderExtensions.OnScroll<svgclippathelementbuilder>(SVGClipPathElementBuilder, string) , SVGBuilderExtensions.OnSeeked<svgclippathelementbuilder>(SVGClipPathElementBuilder, string) , SVGBuilderExtensions.OnSeeking<svgclippathelementbuilder>(SVGClipPathElementBuilder, string) , SVGBuilderExtensions.OnSelect<svgclippathelementbuilder>(SVGClipPathElementBuilder, string) , SVGBuilderExtensions.OnShow<svgclippathelementbuilder>(SVGClipPathElementBuilder, string) , SVGBuilderExtensions.OnStalled<svgclippathelementbuilder>(SVGClipPathElementBuilder, string) , SVGBuilderExtensions.OnSubmit<svgclippathelementbuilder>(SVGClipPathElementBuilder, string) , SVGBuilderExtensions.OnSuspend<svgclippathelementbuilder>(SVGClipPathElementBuilder, string) , SVGBuilderExtensions.OnTimeUpdate<svgclippathelementbuilder>(SVGClipPathElementBuilder, string) , SVGBuilderExtensions.OnToggle<svgclippathelementbuilder>(SVGClipPathElementBuilder, string) , SVGBuilderExtensions.OnVolumeChange<svgclippathelementbuilder>(SVGClipPathElementBuilder, string) , SVGBuilderExtensions.OnWaiting<svgclippathelementbuilder>(SVGClipPathElementBuilder, string) , SVGBuilderExtensions.Opacity<svgclippathelementbuilder>(SVGClipPathElementBuilder, double) , SVGBuilderExtensions.Overflow<svgclippathelementbuilder>(SVGClipPathElementBuilder, Overflow) , SVGBuilderExtensions.PaintOrder<svgclippathelementbuilder>(SVGClipPathElementBuilder, PaintOrder) , SVGBuilderExtensions.PointerEvents<svgclippathelementbuilder>(SVGClipPathElementBuilder, PointerEvents) , SVGBuilderExtensions.RequiredExtensions<svgclippathelementbuilder>(SVGClipPathElementBuilder, string) , SVGBuilderExtensions.SetAttribute<svgclippathelementbuilder>(SVGClipPathElementBuilder, string, string) , SVGBuilderExtensions.ShapeRendering<svgclippathelementbuilder>(SVGClipPathElementBuilder, ShapeRendering) , SVGBuilderExtensions.StopColor<svgclippathelementbuilder>(SVGClipPathElementBuilder, Color) , SVGBuilderExtensions.StopColor<svgclippathelementbuilder>(SVGClipPathElementBuilder, Action<colorbuilder>) , SVGBuilderExtensions.StopOpacity<svgclippathelementbuilder>(SVGClipPathElementBuilder, double) , SVGBuilderExtensions.Stroke<svgclippathelementbuilder>(SVGClipPathElementBuilder, Action<paintbuilder>) , SVGBuilderExtensions.Stroke<svgclippathelementbuilder>(SVGClipPathElementBuilder, Color) , SVGBuilderExtensions.Stroke<svgclippathelementbuilder>(SVGClipPathElementBuilder, Paint) , SVGBuilderExtensions.StrokeDashArray<svgclippathelementbuilder>(SVGClipPathElementBuilder, params double[]) , SVGBuilderExtensions.StrokeDashArray<svgclippathelementbuilder>(SVGClipPathElementBuilder, Dash) , SVGBuilderExtensions.StrokeDashoffset<svgclippathelementbuilder>(SVGClipPathElementBuilder, double, LengthType) , SVGBuilderExtensions.StrokeLineCap<svgclippathelementbuilder>(SVGClipPathElementBuilder, StrokeLineCap) , SVGBuilderExtensions.StrokeLineJoin<svgclippathelementbuilder>(SVGClipPathElementBuilder, StrokeLineJoin) , SVGBuilderExtensions.StrokeMiterlimit<svgclippathelementbuilder>(SVGClipPathElementBuilder, double) , SVGBuilderExtensions.StrokeOpacity<svgclippathelementbuilder>(SVGClipPathElementBuilder, double) , SVGBuilderExtensions.StrokeWidth<svgclippathelementbuilder>(SVGClipPathElementBuilder, double, LengthType) , SVGBuilderExtensions.Style<svgclippathelementbuilder>(SVGClipPathElementBuilder, Action<rulebuilder>) , SVGBuilderExtensions.Style<svgclippathelementbuilder>(SVGClipPathElementBuilder, string) , SVGBuilderExtensions.SystemLanguage<svgclippathelementbuilder>(SVGClipPathElementBuilder, string) , SVGBuilderExtensions.Tabindex<svgclippathelementbuilder>(SVGClipPathElementBuilder, int) , SVGBuilderExtensions.TextAnchor<svgclippathelementbuilder>(SVGClipPathElementBuilder, TextAnchor) , SVGBuilderExtensions.TextDecoration<svgclippathelementbuilder>(SVGClipPathElementBuilder, bool, bool, bool, bool) , SVGBuilderExtensions.TextOverflow<svgclippathelementbuilder>(SVGClipPathElementBuilder, TextOverflow) , SVGBuilderExtensions.TextRendering<svgclippathelementbuilder>(SVGClipPathElementBuilder, TextRendering) , SVGBuilderExtensions.Transform<svgclippathelementbuilder>(SVGClipPathElementBuilder, Func<transformbuilder, transformbuilder="">) , SVGBuilderExtensions.UnicodeBidi<svgclippathelementbuilder>(SVGClipPathElementBuilder, UnicodeBidi) , SVGBuilderExtensions.Visibility<svgclippathelementbuilder>(SVGClipPathElementBuilder, Visibility) , SVGBuilderExtensions.WhiteSspace<svgclippathelementbuilder>(SVGClipPathElementBuilder, WhiteSpace) , SVGBuilderExtensions.WordSpacing<svgclippathelementbuilder>(SVGClipPathElementBuilder, Spacing) , SVGBuilderExtensions.WordSpacing<svgclippathelementbuilder>(SVGClipPathElementBuilder, double, LengthType) , SVGBuilderExtensions.WritingMode<svgclippathelementbuilder>(SVGClipPathElementBuilder, WritingMode) , SVGBuilderExtensions.XmlSpace<svgclippathelementbuilder>(SVGClipPathElementBuilder, XmlSpace)
Constructors
SVGClipPathElementBuilder()
public SVGClipPathElementBuilder()
Methods
AddScript(Action<svgscriptelementbuilder>)
Adds a script element to the clipPath element.
public SVGClipPathElementBuilder AddScript(Action<svgscriptelementbuilder> configure)
Parameters
configure
Action
<
SVGScriptElementBuilder
>
A configuration action for the SVGScriptElementBuilder.
Returns
The current instance of SVGClipPathElementBuilder for method chaining.
AddText(Action<svgtextelementbuilder>)
Adds a text element to the clipPath element.
public SVGClipPathElementBuilder AddText(Action<svgtextelementbuilder> configure)
Parameters
configure
Action
<
SVGTextElementBuilder
>
A configuration action for the SVGTextElementBuilder.
Returns
The current instance of SVGClipPathElementBuilder for method chaining.
AddUse(Action<svguseelementbuilder>)
Adds a ‘use’ element to the clipPath element.
public SVGClipPathElementBuilder AddUse(Action<svguseelementbuilder> configure)
Parameters
configure
Action
<
SVGUseElementBuilder
>
A configuration action for the SVGUseElementBuilder.
Returns
The current instance of SVGClipPathElementBuilder for method chaining.
ClipPathUnits(CoordinateUnits)
Sets the ‘clipPathUnits’ attribute of the SVG ‘clipPath’ element, specifying the coordinate system for the clipping path.
public SVGClipPathElementBuilder ClipPathUnits(CoordinateUnits units)
Parameters
units
CoordinateUnits
The coordinate system units.
Returns
The current instance of SVGClipPathElementBuilder for method chaining.
Create(Document)
Creates an instance of SVGClipPathElement in the provided SVG document context.
protected override SVGClipPathElement Create(Document document)
Parameters
document
Document
The SVG document where the element will be created.
Returns
An instance of SVGClipPathElement. </svguseelementbuilder></svgtextelementbuilder></svgscriptelementbuilder></svgclippathelementbuilder></svgclippathelementbuilder></svgclippathelementbuilder></svgclippathelementbuilder></svgclippathelementbuilder></svgclippathelementbuilder></svgclippathelementbuilder></transformbuilder,></svgclippathelementbuilder></svgclippathelementbuilder></svgclippathelementbuilder></svgclippathelementbuilder></svgclippathelementbuilder></svgclippathelementbuilder></svgclippathelementbuilder></svgclippathelementbuilder></rulebuilder></svgclippathelementbuilder></svgclippathelementbuilder></svgclippathelementbuilder></svgclippathelementbuilder></svgclippathelementbuilder></svgclippathelementbuilder></svgclippathelementbuilder></svgclippathelementbuilder></svgclippathelementbuilder></svgclippathelementbuilder></svgclippathelementbuilder></paintbuilder></svgclippathelementbuilder></svgclippathelementbuilder></colorbuilder></svgclippathelementbuilder></svgclippathelementbuilder></svgclippathelementbuilder></svgclippathelementbuilder></svgclippathelementbuilder></svgclippathelementbuilder></svgclippathelementbuilder></svgclippathelementbuilder></svgclippathelementbuilder></svgclippathelementbuilder></svgclippathelementbuilder></svgclippathelementbuilder></svgclippathelementbuilder></svgclippathelementbuilder></svgclippathelementbuilder></svgclippathelementbuilder></svgclippathelementbuilder></svgclippathelementbuilder></svgclippathelementbuilder></svgclippathelementbuilder></svgclippathelementbuilder></svgclippathelementbuilder></svgclippathelementbuilder></svgclippathelementbuilder></svgclippathelementbuilder></svgclippathelementbuilder></svgclippathelementbuilder></svgclippathelementbuilder></svgclippathelementbuilder></svgclippathelementbuilder></svgclippathelementbuilder></svgclippathelementbuilder></svgclippathelementbuilder></svgclippathelementbuilder></svgclippathelementbuilder></svgclippathelementbuilder></svgclippathelementbuilder></svgclippathelementbuilder></svgclippathelementbuilder></svgclippathelementbuilder></svgclippathelementbuilder></svgclippathelementbuilder></svgclippathelementbuilder></svgclippathelementbuilder></svgclippathelementbuilder></svgclippathelementbuilder></svgclippathelementbuilder></svgclippathelementbuilder></svgclippathelementbuilder></svgclippathelementbuilder></svgclippathelementbuilder></svgclippathelementbuilder></svgclippathelementbuilder></svgclippathelementbuilder></svgclippathelementbuilder></svgclippathelementbuilder></svgclippathelementbuilder></svgclippathelementbuilder></svgclippathelementbuilder></svgclippathelementbuilder></svgclippathelementbuilder></svgclippathelementbuilder></svgclippathelementbuilder></svgclippathelementbuilder></svgclippathelementbuilder></svgclippathelementbuilder></svgclippathelementbuilder></svgclippathelementbuilder></svgclippathelementbuilder></svgclippathelementbuilder></svgclippathelementbuilder></maskbuilder></svgclippathelementbuilder></svgclippathelementbuilder></svgclippathelementbuilder></svgclippathelementbuilder></svgclippathelementbuilder></svgclippathelementbuilder></svgclippathelementbuilder></colorbuilder></svgclippathelementbuilder></svgclippathelementbuilder></svgclippathelementbuilder></svgclippathelementbuilder></svgclippathelementbuilder></svgclippathelementbuilder></svgclippathelementbuilder></svgclippathelementbuilder></svgclippathelementbuilder></svgclippathelementbuilder></svgclippathelementbuilder></svgclippathelementbuilder></svgclippathelementbuilder></svgclippathelementbuilder></svgclippathelementbuilder></svgclippathelementbuilder></svgclippathelementbuilder></svgclippathelementbuilder></svgclippathelementbuilder></svgclippathelementbuilder></colorbuilder></svgclippathelementbuilder></svgclippathelementbuilder></filtervaluelistbuilder></svgclippathelementbuilder></svgclippathelementbuilder></svgclippathelementbuilder></svgclippathelementbuilder></svgclippathelementbuilder></paintbuilder></svgclippathelementbuilder></svgclippathelementbuilder></svgclippathelementbuilder></svgclippathelementbuilder></svgclippathelementbuilder></svgclippathelementbuilder></svgclippathelementbuilder></svgclippathelementbuilder></svgclippathelementbuilder></svgclippathelementbuilder></colorbuilder></svgclippathelementbuilder></svgclippathelementbuilder></clippathbuilder></svgclippathelementbuilder></svgclippathelementbuilder></svgclippathelementbuilder></svgclippathelementbuilder></svgclippathelementbuilder></svgtitleelementbuilder></svgclippathelementbuilder></svgsetelementbuilder></svgclippathelementbuilder></svgrectelementbuilder></color,></color,></double,></double,></double,></double,></svgclippathelementbuilder></svgrectelementbuilder></svgclippathelementbuilder></svgradialgradientelementbuilder></double,></double,></double,></double,></double,></svgclippathelementbuilder></svgpolylineelementbuilder></color,></color,></svgclippathelementbuilder></svgpolylineelementbuilder></svgclippathelementbuilder></svgpolygonelementbuilder></color,></color,></svgclippathelementbuilder></svgpolygonelementbuilder></svgclippathelementbuilder></svgpatternelementbuilder></svgclippathelementbuilder></svgpathelementbuilder></color,></color,></pathbuilder></svgclippathelementbuilder></svgpathelementbuilder></color,></color,></string,></svgclippathelementbuilder></svgpathelementbuilder></svgclippathelementbuilder></svgmetadataelementbuilder></svgclippathelementbuilder,></svglineargradientelementbuilder></double,></double,></double,></double,></svgclippathelementbuilder></svglineelementbuilder></color,></color,></double,></double,></double,></double,></svgclippathelementbuilder></svglineelementbuilder></svgclippathelementbuilder></svgellipseelementbuilder></color,></color,></double,></double,></double,></double,></svgclippathelementbuilder></svgellipseelementbuilder></svgclippathelementbuilder></svgdescelementbuilder></svgclippathelementbuilder></svgcircleelementbuilder></color,></color,></double,></double,></double,></svgclippathelementbuilder></svgcircleelementbuilder></svgclippathelementbuilder></svgclippathelementbuilder,></svganimatetransformelementbuilder></svgclippathelementbuilder></svganimatemotionelementbuilder></svgclippathelementbuilder></svganimateelementbuilder></svgclippathelementbuilder></svgclippathelement></svgclippathelement></svgclippathelement></svgclippathelement></svgclippathelement></svgclippathelement></svgclippathelement>