|
ReactOS 0.4.16-dev-1946-g52006dd
|


Public Member Functions | |
| HRESULT | ToString ([out, retval] BSTR *ToString) |
| HRESULT | Item ([in] long Index, [out, retval] IInkStrokeDisp **Stroke) |
| HRESULT | Add ([in] IInkStrokeDisp *InkStroke) |
| HRESULT | AddStrokes ([in] IInkStrokes *InkStrokes) |
| HRESULT | Remove ([in] IInkStrokeDisp *InkStroke) |
| HRESULT | RemoveStrokes ([in] IInkStrokes *InkStrokes) |
| HRESULT | ModifyDrawingAttributes ([in] IInkDrawingAttributes *DrawAttrs) |
| HRESULT | GetBoundingBox ([in] InkBoundingBoxMode BoundingBoxMode, [out, retval] IInkRectangle **BoundingBox) |
| HRESULT | Transform ([in] IInkTransform *Transform, [in] VARIANT_BOOL ApplyOnPenWidth) |
| HRESULT | ScaleToRectangle ([in] IInkRectangle *Rectangle) |
| HRESULT | Move ([in] float HorizontalComponent, [in] float VerticalComponent) |
| HRESULT | Rotate ([in] float Degrees, [in] float x, [in] float y) |
| HRESULT | Shear ([in] float HorizontalMultiplier, [in] float VerticalMultiplier) |
| HRESULT | ScaleTransform ([in] float HorizontalMultiplier, [in] float VerticalMultiplier) |
| HRESULT | Clip ([in] IInkRectangle *Rectangle) |
| HRESULT | RemoveRecognitionResult () |
Public Member Functions inherited from IDispatch | |
| HRESULT | GetTypeInfoCount ([out] UINT *pctinfo) |
| HRESULT | GetTypeInfo ([in] UINT iTInfo, [in] LCID lcid, [out] ITypeInfo **ppTInfo) |
| HRESULT | GetIDsOfNames ([in] REFIID riid, [in, size_is(cNames)] LPOLESTR *rgszNames, [in] UINT cNames, [in] LCID lcid, [out, size_is(cNames)] DISPID *rgDispId) |
| HRESULT | Invoke ([in] DISPID dispIdMember, [in] REFIID riid, [in] LCID lcid, [in] WORD wFlags, [in, out] DISPPARAMS *pDispParams, [out] VARIANT *pVarResult, [out] EXCEPINFO *pExcepInfo, [out] UINT *puArgErr) |
| HRESULT | RemoteInvoke ([in] DISPID dispIdMember, [in] REFIID riid, [in] LCID lcid, [in] DWORD dwFlags, [in] DISPPARAMS *pDispParams, [out] VARIANT *pVarResult, [out] EXCEPINFO *pExcepInfo, [out] UINT *pArgErr, [in] UINT cVarRef, [in, size_is(cVarRef)] UINT *rgVarRefIdx, [in, out, size_is(cVarRef)] VARIANTARG *rgVarRef) |
Public Member Functions inherited from IUnknown | |
| HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
| ULONG | AddRef () |
| ULONG | Release () |
Properties | |
| long | Count [get] |
| IUnknown | _NewEnum [get] |
| IInkDisp | Ink [get] |
| IInkRecognitionResult | RecognitionResult [get] |
Additional Inherited Members | |
Public Types inherited from IDispatch | |
| typedef IDispatch * | LPDISPATCH |
Public Types inherited from IUnknown | |
| typedef IUnknown * | LPUNKNOWN |
Public Attributes inherited from IDispatch | |
| const DISPID | DISPID_UNKNOWN = -1 |
| const DISPID | DISPID_VALUE = 0 |
| const DISPID | DISPID_PROPERTYPUT = -3 |
| const DISPID | DISPID_NEWENUM = -4 |
| const DISPID | DISPID_EVALUATE = -5 |
| const DISPID | DISPID_CONSTRUCTOR = -6 |
| const DISPID | DISPID_DESTRUCTOR = -7 |
| const DISPID | DISPID_COLLECT = -8 |
Definition at line 423 of file msinkaut.idl.
| HRESULT MSINKAUTLib::IInkStrokes::Add | ( | [in] IInkStrokeDisp * | InkStroke | ) |
| HRESULT MSINKAUTLib::IInkStrokes::AddStrokes | ( | [in] IInkStrokes * | InkStrokes | ) |
| HRESULT MSINKAUTLib::IInkStrokes::Clip | ( | [in] IInkRectangle * | Rectangle | ) |
| HRESULT MSINKAUTLib::IInkStrokes::GetBoundingBox | ( | [in] InkBoundingBoxMode | BoundingBoxMode, |
| [out, retval] IInkRectangle ** | BoundingBox | ||
| ) |
| HRESULT MSINKAUTLib::IInkStrokes::Item | ( | [in] long | Index, |
| [out, retval] IInkStrokeDisp ** | Stroke | ||
| ) |
| HRESULT MSINKAUTLib::IInkStrokes::ModifyDrawingAttributes | ( | [in] IInkDrawingAttributes * | DrawAttrs | ) |
| HRESULT MSINKAUTLib::IInkStrokes::Move | ( | [in] float | HorizontalComponent, |
| [in] float | VerticalComponent | ||
| ) |
| HRESULT MSINKAUTLib::IInkStrokes::Remove | ( | [in] IInkStrokeDisp * | InkStroke | ) |
| HRESULT MSINKAUTLib::IInkStrokes::RemoveRecognitionResult | ( | ) |
| HRESULT MSINKAUTLib::IInkStrokes::RemoveStrokes | ( | [in] IInkStrokes * | InkStrokes | ) |
| HRESULT MSINKAUTLib::IInkStrokes::ScaleToRectangle | ( | [in] IInkRectangle * | Rectangle | ) |
| HRESULT MSINKAUTLib::IInkStrokes::ScaleTransform | ( | [in] float | HorizontalMultiplier, |
| [in] float | VerticalMultiplier | ||
| ) |
| HRESULT MSINKAUTLib::IInkStrokes::Shear | ( | [in] float | HorizontalMultiplier, |
| [in] float | VerticalMultiplier | ||
| ) |
| HRESULT MSINKAUTLib::IInkStrokes::Transform | ( | [in] IInkTransform * | Transform, |
| [in] VARIANT_BOOL | ApplyOnPenWidth | ||
| ) |
|
get |
|
get |
|
get |
|
get |