ホーム › UI.TabletPC › IInkPicture
IInkPicture
COMIDispatch (デュアル)✅ IDispatch を実装(デュアルインターフェース)。HSP では
comobj 経由でメソッド名による遅延バインド呼び出しができます(vtableインデックス不要)。メソッド 59
vtbl = vtable インデックス(0始まり)。IDispatch 実装のため HSP ではメソッド名でも呼べます(上記)。低レベルの index 呼び出し用に vtbl も掲載。0〜2 は IUnknown。
| vtbl | メソッド |
|---|---|
| 7 | HRESULT get_hWnd(INT_PTR* CurrentWindow) |
| 8 | HRESULT get_DefaultDrawingAttributes(IInkDrawingAttributes** CurrentAttributes) |
| 9 | HRESULT putref_DefaultDrawingAttributes(IInkDrawingAttributes* NewAttributes) |
| 10 | HRESULT get_Renderer(IInkRenderer** CurrentInkRenderer) |
| 11 | HRESULT putref_Renderer(IInkRenderer* NewInkRenderer) |
| 12 | HRESULT get_Ink(IInkDisp** Ink) |
| 13 | HRESULT putref_Ink(IInkDisp* NewInk) |
| 14 | HRESULT get_AutoRedraw(VARIANT_BOOL* AutoRedraw) |
| 15 | HRESULT put_AutoRedraw(VARIANT_BOOL AutoRedraw) |
| 16 | HRESULT get_CollectingInk(VARIANT_BOOL* Collecting) |
| 17 | HRESULT get_CollectionMode(InkCollectionMode* Mode) |
| 18 | HRESULT put_CollectionMode(InkCollectionMode Mode) |
| 19 | HRESULT get_DynamicRendering(VARIANT_BOOL* Enabled) |
| 20 | HRESULT put_DynamicRendering(VARIANT_BOOL Enabled) |
| 21 | HRESULT get_DesiredPacketDescription(VARIANT* PacketGuids) |
| 22 | HRESULT put_DesiredPacketDescription(VARIANT PacketGuids) |
| 23 | HRESULT get_MouseIcon(IPictureDisp** MouseIcon) |
| 24 | HRESULT put_MouseIcon(IPictureDisp* MouseIcon) |
| 25 | HRESULT putref_MouseIcon(IPictureDisp* MouseIcon) |
| 26 | HRESULT get_MousePointer(InkMousePointer* MousePointer) |
| 27 | HRESULT put_MousePointer(InkMousePointer MousePointer) |
| 28 | HRESULT get_EditingMode(InkOverlayEditingMode* EditingMode) |
| 29 | HRESULT put_EditingMode(InkOverlayEditingMode EditingMode) |
| 30 | HRESULT get_Selection(IInkStrokes** Selection) |
| 31 | HRESULT put_Selection(IInkStrokes* Selection) |
| 32 | HRESULT get_EraserMode(InkOverlayEraserMode* EraserMode) |
| 33 | HRESULT put_EraserMode(InkOverlayEraserMode EraserMode) |
| 34 | HRESULT get_EraserWidth(INT* EraserWidth) |
| 35 | HRESULT put_EraserWidth(INT newEraserWidth) |
| 36 | HRESULT putref_Picture(IPictureDisp* pPicture) |
| 37 | HRESULT put_Picture(IPictureDisp* pPicture) |
| 38 | HRESULT get_Picture(IPictureDisp** ppPicture) |
| 39 | HRESULT put_SizeMode(InkPictureSizeMode smNewSizeMode) |
| 40 | HRESULT get_SizeMode(InkPictureSizeMode* smSizeMode) |
| 41 | HRESULT put_BackColor(DWORD newColor) |
| 42 | HRESULT get_BackColor(DWORD* pColor) |
| 43 | HRESULT get_Cursors(IInkCursors** Cursors) |
| 44 | HRESULT get_MarginX(INT* MarginX) |
| 45 | HRESULT put_MarginX(INT MarginX) |
| 46 | HRESULT get_MarginY(INT* MarginY) |
| 47 | HRESULT put_MarginY(INT MarginY) |
| 48 | HRESULT get_Tablet(IInkTablet** SingleTablet) |
| 49 | HRESULT get_SupportHighContrastInk(VARIANT_BOOL* Support) |
| 50 | HRESULT put_SupportHighContrastInk(VARIANT_BOOL Support) |
| 51 | HRESULT get_SupportHighContrastSelectionUI(VARIANT_BOOL* Support) |
| 52 | HRESULT put_SupportHighContrastSelectionUI(VARIANT_BOOL Support) |
| 53 | HRESULT HitTestSelection(INT x, INT y, SelectionHitResult* SelArea) |
| 54 | HRESULT SetGestureStatus(InkApplicationGesture Gesture, VARIANT_BOOL Listen) |
| 55 | HRESULT GetGestureStatus(InkApplicationGesture Gesture, VARIANT_BOOL* Listening) |
| 56 | HRESULT GetWindowInputRectangle(IInkRectangle** WindowInputRectangle) |
| 57 | HRESULT SetWindowInputRectangle(IInkRectangle* WindowInputRectangle) |
| 58 | HRESULT SetAllTabletsMode(VARIANT_BOOL UseMouseForInput) |
| 59 | HRESULT SetSingleTabletIntegratedMode(IInkTablet* Tablet) |
| 60 | HRESULT GetEventInterest(InkCollectorEventInterest EventId, VARIANT_BOOL* Listen) |
| 61 | HRESULT SetEventInterest(InkCollectorEventInterest EventId, VARIANT_BOOL Listen) |
| 62 | HRESULT get_InkEnabled(VARIANT_BOOL* Collecting) |
| 63 | HRESULT put_InkEnabled(VARIANT_BOOL Collecting) |
| 64 | HRESULT get_Enabled(VARIANT_BOOL* pbool) |
| 65 | HRESULT put_Enabled(VARIANT_BOOL vbool) |