Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |