ID2D1SvgAttribute::GetElement method (d2d1svg.h)

Returns the element on which this attribute is set. Returns null if the attribute is not set on any element.

Syntax

void GetElement(
  [out] ID2D1SvgElement **element
);

Parameters

[out] element

Type: ID2D1SvgElement**

When this method completes, this will contain a pointer to the element on which this attribute is set.

Return value

None

Requirements

Requirement Value
Target Platform Windows
Header d2d1svg.h
DLL Direct2d.dll

See also

ID2D1SvgAttribute