ID2D1SvgAttribute::GetElement method

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

element [out]

Type: ID2D1SvgElement**

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

Return value

This method does not return a value.

Requirements

Header

D2d1svg.h

DLL

Direct2d.dll

See also

ID2D1SvgAttribute

 

 

Show: