ID2D1SvgElement

Undocumented in source.
version(Windows)
interface ID2D1SvgElement : ID2D1Resource {}

Members

Functions

AppendChild
HRESULT AppendChild(ID2D1SvgElement newChild)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
CreateChild
HRESULT CreateChild(wchar* tagName, ID2D1SvgElement* newChild)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetAttributeValue
HRESULT GetAttributeValue(wchar* name, D2D1_SVG_ATTRIBUTE_STRING_TYPE type, wchar* value, uint valueCount)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetAttributeValue
HRESULT GetAttributeValue(wchar* name, D2D1_SVG_ATTRIBUTE_POD_TYPE type, void* value, uint valueSizeInBytes)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetAttributeValue
HRESULT GetAttributeValue(wchar* name, REFIID riid, void** value)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetAttributeValue
HRESULT GetAttributeValue(wchar* name, float value)
Undocumented in source. Be warned that the author may not have intended to support it.
GetAttributeValue
HRESULT GetAttributeValue(wchar* name, D2D1_COLOR_F* value)
Undocumented in source. Be warned that the author may not have intended to support it.
GetAttributeValue
HRESULT GetAttributeValue(wchar* name, D2D1_FILL_MODE* value)
Undocumented in source. Be warned that the author may not have intended to support it.
GetAttributeValue
HRESULT GetAttributeValue(wchar* name, D2D1_SVG_DISPLAY* value)
Undocumented in source. Be warned that the author may not have intended to support it.
GetAttributeValue
HRESULT GetAttributeValue(wchar* name, D2D1_SVG_OVERFLOW* value)
Undocumented in source. Be warned that the author may not have intended to support it.
GetAttributeValue
HRESULT GetAttributeValue(wchar* name, D2D1_SVG_LINE_JOIN* value)
Undocumented in source. Be warned that the author may not have intended to support it.
GetAttributeValue
HRESULT GetAttributeValue(wchar* name, D2D1_SVG_LINE_CAP* value)
Undocumented in source. Be warned that the author may not have intended to support it.
GetAttributeValue
HRESULT GetAttributeValue(wchar* name, D2D1_SVG_VISIBILITY* value)
Undocumented in source. Be warned that the author may not have intended to support it.
GetAttributeValue
HRESULT GetAttributeValue(wchar* name, D2D1_MATRIX_3X2_F* value)
Undocumented in source. Be warned that the author may not have intended to support it.
GetAttributeValue
HRESULT GetAttributeValue(wchar* name, D2D1_SVG_UNIT_TYPE* value)
Undocumented in source. Be warned that the author may not have intended to support it.
GetAttributeValue
HRESULT GetAttributeValue(wchar* name, D2D1_EXTEND_MODE* value)
Undocumented in source. Be warned that the author may not have intended to support it.
GetAttributeValue
HRESULT GetAttributeValue(wchar* name, D2D1_SVG_PRESERVE_ASPECT_RATIO* value)
Undocumented in source. Be warned that the author may not have intended to support it.
GetAttributeValue
HRESULT GetAttributeValue(wchar* name, D2D1_SVG_LENGTH* value)
Undocumented in source. Be warned that the author may not have intended to support it.
GetAttributeValue
HRESULT GetAttributeValue(wchar* name, ID2D1SvgAttribute* value)
Undocumented in source. Be warned that the author may not have intended to support it.
GetAttributeValue
HRESULT GetAttributeValue(wchar* name, ID2D1SvgPaint* value)
Undocumented in source. Be warned that the author may not have intended to support it.
GetAttributeValue
HRESULT GetAttributeValue(wchar* name, ID2D1SvgStrokeDashArray* value)
Undocumented in source. Be warned that the author may not have intended to support it.
GetAttributeValue
HRESULT GetAttributeValue(wchar* name, ID2D1SvgPointCollection* value)
Undocumented in source. Be warned that the author may not have intended to support it.
GetAttributeValue
HRESULT GetAttributeValue(wchar* name, ID2D1SvgPathData* value)
Undocumented in source. Be warned that the author may not have intended to support it.
GetAttributeValueLength
HRESULT GetAttributeValueLength(wchar* name, D2D1_SVG_ATTRIBUTE_STRING_TYPE type, uint* valueLength)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetAttributeValueLength
HRESULT GetAttributeValueLength(wchar* name, D2D1_SVG_ATTRIBUTE_STRING_TYPE type, uint* valueLength)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetDocument
void GetDocument(ID2D1SvgDocument* document)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetFirstChild
void GetFirstChild(ID2D1SvgElement* child)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetLastChild
void GetLastChild(ID2D1SvgElement* child)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetNextChild
HRESULT GetNextChild(ID2D1SvgElement referenceChild, ID2D1SvgElement* nextChild)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetParent
void GetParent(ID2D1SvgElement* parent)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetPreviousChild
HRESULT GetPreviousChild(ID2D1SvgElement referenceChild, ID2D1SvgElement* previousChild)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetSpecifiedAttributeCount
uint GetSpecifiedAttributeCount()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetSpecifiedAttributeName
HRESULT GetSpecifiedAttributeName(uint index, wchar* name, uint nameCount, bool* inherited)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetSpecifiedAttributeNameLength
HRESULT GetSpecifiedAttributeNameLength(uint index, uint* nameLength, bool* inherited)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetTagName
HRESULT GetTagName(wchar* name, uint nameCount)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetTagNameLength
uint GetTagNameLength()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetTextValue
HRESULT GetTextValue(wchar* name, uint nameCount)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetTextValueLength
uint GetTextValueLength()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
HasChildren
bool HasChildren()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
InsertChildBefore
HRESULT InsertChildBefore(ID2D1SvgElement newChild, ID2D1SvgElement referenceChild)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
IsAttributeSpecified
bool IsAttributeSpecified(wchar* name, bool* inherited)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
IsTextContent
bool IsTextContent()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
RemoveAttribute
HRESULT RemoveAttribute(wchar* name)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
RemoveChild
HRESULT RemoveChild(ID2D1SvgElement oldChild)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
ReplaceChild
HRESULT ReplaceChild(ID2D1SvgElement newChild, ID2D1SvgElement oldChild)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SetAttributeValue
HRESULT SetAttributeValue(wchar* name, D2D1_SVG_ATTRIBUTE_STRING_TYPE type, wchar* value)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SetAttributeValue
HRESULT SetAttributeValue(wchar* name, D2D1_SVG_ATTRIBUTE_POD_TYPE type, void* value, uint valueSizeInBytes)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SetAttributeValue
HRESULT SetAttributeValue(wchar* name, ID2D1SvgAttribute value)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SetAttributeValue
HRESULT SetAttributeValue(wchar* name, float value)
Undocumented in source. Be warned that the author may not have intended to support it.
SetAttributeValue
HRESULT SetAttributeValue(wchar* name, D2D1_COLOR_F value)
Undocumented in source. Be warned that the author may not have intended to support it.
SetAttributeValue
HRESULT SetAttributeValue(wchar* name, D2D1_FILL_MODE value)
Undocumented in source. Be warned that the author may not have intended to support it.
SetAttributeValue
HRESULT SetAttributeValue(wchar* name, D2D1_SVG_DISPLAY value)
Undocumented in source. Be warned that the author may not have intended to support it.
SetAttributeValue
HRESULT SetAttributeValue(wchar* name, D2D1_SVG_OVERFLOW value)
Undocumented in source. Be warned that the author may not have intended to support it.
SetAttributeValue
HRESULT SetAttributeValue(wchar* name, D2D1_SVG_LINE_JOIN value)
Undocumented in source. Be warned that the author may not have intended to support it.
SetAttributeValue
HRESULT SetAttributeValue(wchar* name, D2D1_SVG_LINE_CAP value)
Undocumented in source. Be warned that the author may not have intended to support it.
SetAttributeValue
HRESULT SetAttributeValue(wchar* name, D2D1_SVG_VISIBILITY value)
Undocumented in source. Be warned that the author may not have intended to support it.
SetAttributeValue
HRESULT SetAttributeValue(wchar* name, D2D1_MATRIX_3X2_F value)
Undocumented in source. Be warned that the author may not have intended to support it.
SetAttributeValue
HRESULT SetAttributeValue(wchar* name, D2D1_SVG_UNIT_TYPE value)
Undocumented in source. Be warned that the author may not have intended to support it.
SetAttributeValue
HRESULT SetAttributeValue(wchar* name, D2D1_EXTEND_MODE value)
Undocumented in source. Be warned that the author may not have intended to support it.
SetAttributeValue
HRESULT SetAttributeValue(wchar* name, D2D1_SVG_PRESERVE_ASPECT_RATIO value)
Undocumented in source. Be warned that the author may not have intended to support it.
SetAttributeValue
HRESULT SetAttributeValue(wchar* name, D2D1_SVG_LENGTH value)
Undocumented in source. Be warned that the author may not have intended to support it.
SetTextValue
HRESULT SetTextValue(wchar* name, uint nameCount)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.

Meta