Table of Contents

Method GetAttributeValue

Namespace
PaintDotNet.Direct2D1
Assembly
PaintDotNet.Windows.dll

GetAttributeValue<T>(ISvgElement, string, SvgAttributePodType)

public static T GetAttributeValue<T>(this ISvgElement svgElement, string name, SvgAttributePodType type) where T : unmanaged

Parameters

svgElement ISvgElement
name string
type SvgAttributePodType

Returns

T

Type Parameters

T

GetAttributeValue(ISvgElement, string, out float)

public static void GetAttributeValue(this ISvgElement svgElement, string name, out float value)

Parameters

svgElement ISvgElement
name string
value float

GetAttributeValue(ISvgElement, string, out ColorRgba128Float)

public static void GetAttributeValue(this ISvgElement svgElement, string name, out ColorRgba128Float value)

Parameters

svgElement ISvgElement
name string
value ColorRgba128Float

GetAttributeValue(ISvgElement, string, out FillMode)

public static void GetAttributeValue(this ISvgElement svgElement, string name, out FillMode value)

Parameters

svgElement ISvgElement
name string
value FillMode

GetAttributeValue(ISvgElement, string, out SvgDisplay)

public static void GetAttributeValue(this ISvgElement svgElement, string name, out SvgDisplay value)

Parameters

svgElement ISvgElement
name string
value SvgDisplay

GetAttributeValue(ISvgElement, string, out SvgOverflow)

public static void GetAttributeValue(this ISvgElement svgElement, string name, out SvgOverflow value)

Parameters

svgElement ISvgElement
name string
value SvgOverflow

GetAttributeValue(ISvgElement, string, out SvgLineJoin)

public static void GetAttributeValue(this ISvgElement svgElement, string name, out SvgLineJoin value)

Parameters

svgElement ISvgElement
name string
value SvgLineJoin

GetAttributeValue(ISvgElement, string, out SvgLineCap)

public static void GetAttributeValue(this ISvgElement svgElement, string name, out SvgLineCap value)

Parameters

svgElement ISvgElement
name string
value SvgLineCap

GetAttributeValue(ISvgElement, string, out SvgVisibility)

public static void GetAttributeValue(this ISvgElement svgElement, string name, out SvgVisibility value)

Parameters

svgElement ISvgElement
name string
value SvgVisibility

GetAttributeValue(ISvgElement, string, out Matrix3x2Float)

public static void GetAttributeValue(this ISvgElement svgElement, string name, out Matrix3x2Float value)

Parameters

svgElement ISvgElement
name string
value Matrix3x2Float

GetAttributeValue(ISvgElement, string, out SvgUnitType)

public static void GetAttributeValue(this ISvgElement svgElement, string name, out SvgUnitType value)

Parameters

svgElement ISvgElement
name string
value SvgUnitType

GetAttributeValue(ISvgElement, string, out ExtendMode)

public static void GetAttributeValue(this ISvgElement svgElement, string name, out ExtendMode value)

Parameters

svgElement ISvgElement
name string
value ExtendMode

GetAttributeValue(ISvgElement, string, out SvgPreserveAspectRatio)

public static void GetAttributeValue(this ISvgElement svgElement, string name, out SvgPreserveAspectRatio value)

Parameters

svgElement ISvgElement
name string
value SvgPreserveAspectRatio

GetAttributeValue(ISvgElement, string, out SvgLength)

public static void GetAttributeValue(this ISvgElement svgElement, string name, out SvgLength value)

Parameters

svgElement ISvgElement
name string
value SvgLength

GetAttributeValue(ISvgElement, string, out SvgViewBox)

public static void GetAttributeValue(this ISvgElement svgElement, string name, out SvgViewBox value)

Parameters

svgElement ISvgElement
name string
value SvgViewBox