- 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.