ID2D1SvgElement::SetAttributeValue methods

Sets an attribute of this element.

Overload list

MethodDescription
SetAttributeValue(PCWSTR, FLOAT)

Sets an attribute of this element using a float.

SetAttributeValue(PCWSTR, D2D1_COLOR_F &)

Sets an attribute of this element as a color.

SetAttributeValue(PCWSTR, D2D1_FILL_MODE)

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

SetAttributeValue(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.

SetAttributeValue(PCWSTR, D2D1_EXTEND_MODE)

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

SetAttributeValue(PCWSTR, D2D1_SVG_OVERFLOW)

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

SetAttributeValue(PCWSTR, D2D1_SVG_LINE_CAP)

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

SetAttributeValue(PCWSTR, D2D1_SVG_LENGTH &)

Sets an attribute of this element as a length value.

SetAttributeValue(PCWSTR, D2D1_SVG_LINE_JOIN)

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

SetAttributeValue(PCWSTR, D2D1_SVG_UNIT_TYPE)

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

SetAttributeValue(PCWSTR, ID2D1SvgAttribute *)

Sets an attribute of this element using an interface.

SetAttributeValue(PCWSTR, D2D1_SVG_VISIBILITY)

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

SetAttributeValue(PCWSTR, D2D1_MATRIX_3X2_F &)

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

SetAttributeValue(PCWSTR, D2D1_SVG_PRESERVE_ASPECT_RATIO &)

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

SetAttributeValue(PCWSTR, D2D1_SVG_ATTRIBUTE_STRING_TYPE, PCWSTR)

Sets an attribute of this element using a string.

SetAttributeValue(PCWSTR, D2D1_SVG_ATTRIBUTE_POD_TYPE , void *, UINT32)

Sets an attribute of this element using a POD type.

See also

ID2D1SvgElement

 

 

Show: