ID2D1SvgPathData

Undocumented in source.

Members

Functions

CreatePathGeometry
HRESULT CreatePathGeometry(D2D1_FILL_MODE fillMode, ID2D1PathGeometry1* pathGeometry)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetCommands
HRESULT GetCommands(D2D1_SVG_PATH_COMMAND* commands, uint commandsCount, uint startIndex)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetCommandsCount
uint GetCommandsCount()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetSegmentData
HRESULT GetSegmentData(float* data, uint dataCount, uint startIndex)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetSegmentDataCount
uint GetSegmentDataCount()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
RemoveCommandsAtEnd
HRESULT RemoveCommandsAtEnd(uint commandsCount)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
RemoveSegmentDataAtEnd
HRESULT RemoveSegmentDataAtEnd(uint dataCount)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
UpdateCommands
HRESULT UpdateCommands(D2D1_SVG_PATH_COMMAND* commands, uint commandsCount, uint startIndex)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
UpdateSegmentData
HRESULT UpdateSegmentData(float* data, uint dataCount, uint startIndex)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.

Inherited Members

From ID2D1SvgAttribute

Clone
HRESULT Clone(ID2D1SvgAttribute* attribute)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetElement
void GetElement(ID2D1SvgElement* element)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.

Meta