Method GetAttributeValueRef
- Namespace
- PaintDotNet.Direct2D1
- Assembly
- PaintDotNet.Windows.dll
GetAttributeValueRef<T>(ISvgElement, string)
public static T GetAttributeValueRef<T>(this ISvgElement svgElement, string name) where T : class, ISvgAttribute
Parameters
svgElement ISvgElement
name string
Returns
- T
Type Parameters
T
GetAttributeValueRef<T>(ISvgElement, string, out T)
public static void GetAttributeValueRef<T>(this ISvgElement svgElement, string name, out T value) where T : class, ISvgAttribute
Parameters
svgElement ISvgElement
name string
value T
Type Parameters
T
GetAttributeValueRef(ISvgElement, string, out ISvgAttribute)
public static void GetAttributeValueRef(this ISvgElement svgElement, string name, out ISvgAttribute value)
Parameters
svgElement ISvgElement
name string
value ISvgAttribute
GetAttributeValueRef(ISvgElement, string, out ISvgPaint)
public static void GetAttributeValueRef(this ISvgElement svgElement, string name, out ISvgPaint value)
Parameters
svgElement ISvgElement
name string
value ISvgPaint
GetAttributeValueRef(ISvgElement, string, out ISvgStrokeDashArray)
public static void GetAttributeValueRef(this ISvgElement svgElement, string name, out ISvgStrokeDashArray value)
Parameters
svgElement ISvgElement
name string
value ISvgStrokeDashArray
GetAttributeValueRef(ISvgElement, string, out ISvgPointCollection)
public static void GetAttributeValueRef(this ISvgElement svgElement, string name, out ISvgPointCollection value)
Parameters
svgElement ISvgElement
name string
value ISvgPointCollection
GetAttributeValueRef(ISvgElement, string, out ISvgPathData)
public static void GetAttributeValueRef(this ISvgElement svgElement, string name, out ISvgPathData value)
Parameters
svgElement ISvgElement
name string
value ISvgPathData