ID2D1SvgDocument

Undocumented in source.

Members

Functions

CreatePaint
HRESULT CreatePaint(D2D1_SVG_PAINT_TYPE paintType, D2D1_COLOR_F* color, wchar* id, ID2D1SvgPaint* paint)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
CreatePaint
HRESULT CreatePaint(D2D1_SVG_PAINT_TYPE paintType, D2D1_COLOR_F color, wchar* id, ID2D1SvgPaint* paint)
Undocumented in source. Be warned that the author may not have intended to support it.
CreatePathData
HRESULT CreatePathData(float* segmentData, uint segmentDataCount, D2D1_SVG_PATH_COMMAND* commands, uint commandsCount, ID2D1SvgPathData* pathData)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
CreatePointCollection
HRESULT CreatePointCollection(D2D1_POINT_2F* points, uint pointsCount, ID2D1SvgPointCollection* pointCollection)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
CreateStrokeDashArray
HRESULT CreateStrokeDashArray(D2D1_SVG_LENGTH* dashes, uint dashesCount, ID2D1SvgStrokeDashArray* strokeDashArray)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
Deserialize
HRESULT Deserialize(IStream* inputXmlStream, ID2D1SvgElement* subtree)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
FindElementById
HRESULT FindElementById(wchar* id, ID2D1SvgElement* svgElement)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetRoot
void GetRoot(ID2D1SvgElement* root)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetViewportSize
D2D1_SIZE_F GetViewportSize()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
Serialize
HRESULT Serialize(IStream* outputXmlStream, ID2D1SvgElement subtree)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SetRoot
HRESULT SetRoot(ID2D1SvgElement root)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SetViewportSize
HRESULT SetViewportSize(D2D1_SIZE_F viewportSize)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.

Meta