ホーム › Web.MsHtml › ISVGTransformList
ISVGTransformList
COMIDispatch (デュアル)✅ IDispatch を実装(デュアルインターフェース)。HSP では
comobj 経由でメソッド名による遅延バインド呼び出しができます(vtableインデックス不要)。メソッド 11
vtbl = vtable インデックス(0始まり)。IDispatch 実装のため HSP ではメソッド名でも呼べます(上記)。低レベルの index 呼び出し用に vtbl も掲載。0〜2 は IUnknown。
| vtbl | メソッド |
|---|---|
| 7 | HRESULT put_numberOfItems(INT v) |
| 8 | HRESULT get_numberOfItems(INT* p) |
| 9 | HRESULT clear() |
| 10 | HRESULT initialize(ISVGTransform* newItem, ISVGTransform** ppResult) |
| 11 | HRESULT getItem(INT index, ISVGTransform** ppResult) |
| 12 | HRESULT insertItemBefore(ISVGTransform* newItem, INT index, ISVGTransform** ppResult) |
| 13 | HRESULT replaceItem(ISVGTransform* newItem, INT index, ISVGTransform** ppResult) |
| 14 | HRESULT removeItem(INT index, ISVGTransform** ppResult) |
| 15 | HRESULT appendItem(ISVGTransform* newItem, ISVGTransform** ppResult) |
| 16 | HRESULT createSVGTransformFromMatrix(ISVGMatrix* newItem, ISVGTransform** ppResult) |
| 17 | HRESULT consolidate(ISVGTransform** ppResult) |