ホーム › Web.MsHtml › ISVGSVGElement
ISVGSVGElement
COMIDispatch (デュアル)✅ IDispatch を実装(デュアルインターフェース)。HSP では
comobj 経由でメソッド名による遅延バインド呼び出しができます(vtableインデックス不要)。メソッド 53
vtbl = vtable インデックス(0始まり)。IDispatch 実装のため HSP ではメソッド名でも呼べます(上記)。低レベルの index 呼び出し用に vtbl も掲載。0〜2 は IUnknown。
| vtbl | メソッド |
|---|---|
| 7 | HRESULT putref_x(ISVGAnimatedLength* v) |
| 8 | HRESULT get_x(ISVGAnimatedLength** p) |
| 9 | HRESULT putref_y(ISVGAnimatedLength* v) |
| 10 | HRESULT get_y(ISVGAnimatedLength** p) |
| 11 | HRESULT putref_width(ISVGAnimatedLength* v) |
| 12 | HRESULT get_width(ISVGAnimatedLength** p) |
| 13 | HRESULT putref_height(ISVGAnimatedLength* v) |
| 14 | HRESULT get_height(ISVGAnimatedLength** p) |
| 15 | HRESULT put_contentScriptType(LPWSTR v) |
| 16 | HRESULT get_contentScriptType(LPWSTR* p) |
| 17 | HRESULT put_contentStyleType(LPWSTR v) |
| 18 | HRESULT get_contentStyleType(LPWSTR* p) |
| 19 | HRESULT putref_viewport(ISVGRect* v) |
| 20 | HRESULT get_viewport(ISVGRect** p) |
| 21 | HRESULT put_pixelUnitToMillimeterX(FLOAT v) |
| 22 | HRESULT get_pixelUnitToMillimeterX(FLOAT* p) |
| 23 | HRESULT put_pixelUnitToMillimeterY(FLOAT v) |
| 24 | HRESULT get_pixelUnitToMillimeterY(FLOAT* p) |
| 25 | HRESULT put_screenPixelToMillimeterX(FLOAT v) |
| 26 | HRESULT get_screenPixelToMillimeterX(FLOAT* p) |
| 27 | HRESULT put_screenPixelToMillimeterY(FLOAT v) |
| 28 | HRESULT get_screenPixelToMillimeterY(FLOAT* p) |
| 29 | HRESULT put_useCurrentView(VARIANT_BOOL v) |
| 30 | HRESULT get_useCurrentView(VARIANT_BOOL* p) |
| 31 | HRESULT putref_currentView(ISVGViewSpec* v) |
| 32 | HRESULT get_currentView(ISVGViewSpec** p) |
| 33 | HRESULT put_currentScale(FLOAT v) |
| 34 | HRESULT get_currentScale(FLOAT* p) |
| 35 | HRESULT putref_currentTranslate(ISVGPoint* v) |
| 36 | HRESULT get_currentTranslate(ISVGPoint** p) |
| 37 | HRESULT suspendRedraw(DWORD maxWaitMilliseconds, DWORD* pResult) |
| 38 | HRESULT unsuspendRedraw(DWORD suspendHandeID) |
| 39 | HRESULT unsuspendRedrawAll() |
| 40 | HRESULT forceRedraw() |
| 41 | HRESULT pauseAnimations() |
| 42 | HRESULT unpauseAnimations() |
| 43 | HRESULT animationsPaused(VARIANT_BOOL* pResult) |
| 44 | HRESULT getCurrentTime(FLOAT* pResult) |
| 45 | HRESULT setCurrentTime(FLOAT seconds) |
| 46 | HRESULT getIntersectionList(ISVGRect* rect, ISVGElement* referenceElement, VARIANT* pResult) |
| 47 | HRESULT getEnclosureList(ISVGRect* rect, ISVGElement* referenceElement, VARIANT* pResult) |
| 48 | HRESULT checkIntersection(ISVGElement* element, ISVGRect* rect, VARIANT_BOOL* pResult) |
| 49 | HRESULT checkEnclosure(ISVGElement* element, ISVGRect* rect, VARIANT_BOOL* pResult) |
| 50 | HRESULT deselectAll() |
| 51 | HRESULT createSVGNumber(ISVGNumber** pResult) |
| 52 | HRESULT createSVGLength(ISVGLength** pResult) |
| 53 | HRESULT createSVGAngle(ISVGAngle** pResult) |
| 54 | HRESULT createSVGPoint(ISVGPoint** pResult) |
| 55 | HRESULT createSVGMatrix(ISVGMatrix** pResult) |
| 56 | HRESULT createSVGRect(ISVGRect** pResult) |
| 57 | HRESULT createSVGTransform(ISVGTransform** pResult) |
| 58 | HRESULT createSVGTransformFromMatrix(ISVGMatrix* matrix, ISVGTransform** pResult) |
| 59 | HRESULT getElementById(LPWSTR elementId, IHTMLElement** pResult) |