ホーム › Graphics.Direct2D › ID2D1SvgDocument
ID2D1SvgDocument
COMメソッド 11
vtbl = vtable インデックス(0始まり)。HSP等からCOMメソッドをインデックス指定で呼ぶ際に使用します。0〜2 は IUnknown。
| vtbl | メソッド |
|---|---|
| 4 | HRESULT SetViewportSize(D2D_SIZE_F viewportSize) |
| 5 | D2D_SIZE_F GetViewportSize() |
| 6 | HRESULT SetRoot(ID2D1SvgElement* root) |
| 7 | void GetRoot(ID2D1SvgElement** root) |
| 8 | HRESULT FindElementById(LPWSTR id, ID2D1SvgElement** svgElement) |
| 9 | HRESULT Serialize(IStream* outputXmlStream, ID2D1SvgElement* subtree) |
| 10 | HRESULT Deserialize(IStream* inputXmlStream, ID2D1SvgElement** subtree) |
| 11 | HRESULT CreatePaint(D2D1_SVG_PAINT_TYPE paintType, D2D1_COLOR_F* color, LPWSTR id, ID2D1SvgPaint** paint) |
| 12 | HRESULT CreateStrokeDashArray(D2D1_SVG_LENGTH* dashes, DWORD dashesCount, ID2D1SvgStrokeDashArray** strokeDashArray) |
| 13 | HRESULT CreatePointCollection(D2D_POINT_2F* points, DWORD pointsCount, ID2D1SvgPointCollection** pointCollection) |
| 14 | HRESULT CreatePathData(FLOAT* segmentData, DWORD segmentDataCount, D2D1_SVG_PATH_COMMAND* commands, DWORD commandsCount, ID2D1SvgPathData** pathData) |