Table of Contents

Class SvgElementExtensions

Namespace
PaintDotNet.Direct2D1
Assembly
PaintDotNet.Windows.dll
public static class SvgElementExtensions
Inheritance
SvgElementExtensions
Inherited Members

Methods

EnumerateChildren(ISvgElement)
GetAttributeValue(ISvgElement, string, out ExtendMode)
GetAttributeValue(ISvgElement, string, out FillMode)
GetAttributeValue(ISvgElement, string, out SvgDisplay)
GetAttributeValue(ISvgElement, string, out SvgLength)
GetAttributeValue(ISvgElement, string, out SvgLineCap)
GetAttributeValue(ISvgElement, string, out SvgLineJoin)
GetAttributeValue(ISvgElement, string, out SvgOverflow)
GetAttributeValue(ISvgElement, string, out SvgPreserveAspectRatio)
GetAttributeValue(ISvgElement, string, out SvgUnitType)
GetAttributeValue(ISvgElement, string, out SvgViewBox)
GetAttributeValue(ISvgElement, string, out SvgVisibility)
GetAttributeValue(ISvgElement, string, out ColorRgba128Float)
GetAttributeValue(ISvgElement, string, out Matrix3x2Float)
GetAttributeValue(ISvgElement, string, out float)
GetAttributeValueRef(ISvgElement, string, out ISvgAttribute)
GetAttributeValueRef(ISvgElement, string, out ISvgPaint)
GetAttributeValueRef(ISvgElement, string, out ISvgPathData)
GetAttributeValueRef(ISvgElement, string, out ISvgPointCollection)
GetAttributeValueRef(ISvgElement, string, out ISvgStrokeDashArray)
GetAttributeValueRef<T>(ISvgElement, string)
GetAttributeValueRef<T>(ISvgElement, string, out T)
GetAttributeValue<T>(ISvgElement, string, SvgAttributePodType)
GetSpecifiedAttributeName(ISvgElement, int)
IsAttributeSpecified(ISvgElement, string)
SetAttributeValue(ISvgElement, string, ExtendMode)
SetAttributeValue(ISvgElement, string, FillMode)
SetAttributeValue(ISvgElement, string, SvgDisplay)
SetAttributeValue(ISvgElement, string, in SvgLength)
SetAttributeValue(ISvgElement, string, SvgLineCap)
SetAttributeValue(ISvgElement, string, SvgLineJoin)
SetAttributeValue(ISvgElement, string, SvgOverflow)
SetAttributeValue(ISvgElement, string, in SvgPreserveAspectRatio)
SetAttributeValue(ISvgElement, string, SvgUnitType)
SetAttributeValue(ISvgElement, string, SvgViewBox)
SetAttributeValue(ISvgElement, string, SvgVisibility)
SetAttributeValue(ISvgElement, string, ColorRgba128Float)
SetAttributeValue(ISvgElement, string, in Matrix3x2Float)
SetAttributeValue(ISvgElement, string, float)
SetAttributeValue<T>(ISvgElement, string, SvgAttributePodType, in T)
TryGetAttributeValue(ISvgElement, string, out ExtendMode)
TryGetAttributeValue(ISvgElement, string, out FillMode)
TryGetAttributeValue(ISvgElement, string, out SvgDisplay)
TryGetAttributeValue(ISvgElement, string, out SvgLength)
TryGetAttributeValue(ISvgElement, string, out SvgLineCap)
TryGetAttributeValue(ISvgElement, string, out SvgLineJoin)
TryGetAttributeValue(ISvgElement, string, out SvgOverflow)
TryGetAttributeValue(ISvgElement, string, out SvgPreserveAspectRatio)
TryGetAttributeValue(ISvgElement, string, out SvgUnitType)
TryGetAttributeValue(ISvgElement, string, out SvgViewBox)
TryGetAttributeValue(ISvgElement, string, out SvgVisibility)
TryGetAttributeValue(ISvgElement, string, out ColorRgba128Float)
TryGetAttributeValue(ISvgElement, string, out Matrix3x2Float)
TryGetAttributeValue(ISvgElement, string, out float)
TryGetAttributeValueRef(ISvgElement, string)
TryGetAttributeValueRef(ISvgElement, string, out ISvgAttribute?)
TryGetAttributeValueRef(ISvgElement, string, out ISvgPaint?)
TryGetAttributeValueRef(ISvgElement, string, out ISvgPathData?)
TryGetAttributeValueRef(ISvgElement, string, out ISvgPointCollection?)
TryGetAttributeValueRef(ISvgElement, string, out ISvgStrokeDashArray?)
TryGetAttributeValueRef<T>(ISvgElement, string)
TryGetAttributeValueRef<T>(ISvgElement, string, out T?)
TryGetAttributeValue<T>(ISvgElement, string, SvgAttributePodType, out T)