ID2D1SvgElement::GetAttributeValue methods

Gets an attribute of this element.

Overload list

MethodDescription
GetAttributeValue(PCWSTR, FLOAT *)

Gets an attribute of this element as a float.

GetAttributeValue(PCWSTR, D2D1_COLOR_F *)

Gets an attribute of this element as a color.

GetAttributeValue(PCWSTR, REFIID, void **)

Gets an attribute of this element as an interface type.

GetAttributeValue(PCWSTR, D2D1_FILL_MODE *)

Gets an attribute of this element as a fill mode. This method can be used to get the value of the fill-rule or clip-rule properties.

GetAttributeValue(PCWSTR, ID2D1SvgPaint **)

Gets an attribute of this element as a paint. This method can be used to get the value of the fill or stroke properties.

GetAttributeValue(PCWSTR, D2D1_SVG_LENGTH *)

Gets an attribute of this element as a length value.

GetAttributeValue(PCWSTR, D2D1_SVG_DISPLAY *)

Gets an attribute of this element as a display value. This method can be used to get the value of the display property.

GetAttributeValue(PCWSTR, D2D1_EXTEND_MODE *)

Gets an attribute of this element as a extend mode value. This method can be used to get the value of a spreadMethod attribute.

GetAttributeValue(PCWSTR, D2D1_SVG_OVERFLOW *)

Gets an attribute of this element as an overflow value. This method can be used to get the value of the overflow property.

GetAttributeValue(PCWSTR, D2D1_SVG_LINE_CAP *)

Gets an attribute of this element as a line cap value. This method can be used to get the value of the stroke-linecap property.

GetAttributeValue(PCWSTR, D2D1_MATRIX_3X2_F *)

Gets an attribute of this element as a matrix value. This method can be used to get the value of a transform or gradientTransform attribute.

GetAttributeValue(PCWSTR, ID2D1SvgPathData **)

Gets an attribute of this element as path data. This method can be used to get the value of the d attribute on a path element.

GetAttributeValue(PCWSTR, D2D1_SVG_LINE_JOIN *)

Gets an attribute of this element as a line join value. This method can be used to get the value of the stroke-linejoin property.

GetAttributeValue(PCWSTR, D2D1_SVG_UNIT_TYPE *)

Gets an attribute of this element as a unit type value. This method can be used to get the value of a gradientUnits or clipPathUnits attribute.

GetAttributeValue(PCWSTR, ID2D1SvgAttribute **)

Gets an attribute of this element.

GetAttributeValue(PCWSTR, D2D1_SVG_VISIBILITY *)

Gets an attribute of this element as a visibility value. This method can be used to get the value of the visibility property.

GetAttributeValue(PCWSTR, ID2D1SvgStrokeDashArray **)

Gets an attribute of this element as a stroke dash array. This method can be used to get the value of the stroke-dasharray property.

GetAttributeValue(PCWSTR, ID2D1SvgPointCollection **)

Gets an attribute of this element as points. This method can be used to get the value of the points attribute on a polygon or polyline element.

GetAttributeValue(PCWSTR, D2D1_SVG_PRESERVE_ASPECT_RATIO *)

Gets an attribute of this element as a preserve aspect ratio value. This method can be used to get the value of a preserveAspectRatio attribute.

GetAttributeValue(PCWSTR, D2D1_SVG_ATTRIBUTE_POD_TYPE, void *, UINT32)

Gets an attribute of this element as a POD type.

GetAttributeValue(PCWSTR, D2D1_SVG_ATTRIBUTE_STRING_TYPE, PWSTR, UINT32)

Gets an attribute of this element as a string.

See also

ID2D1SvgElement

 

 

Show: