ReactOS 0.4.15-dev-7918-g2a2556c
MSINKAUTLib::IInkStrokes Interface Reference
Inheritance diagram for MSINKAUTLib::IInkStrokes:
Collaboration diagram for MSINKAUTLib::IInkStrokes:

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 IDispatchLPDISPATCH
 
- Public Types inherited from IUnknown
typedef IUnknownLPUNKNOWN
 
- 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
 

Detailed Description

Definition at line 423 of file msinkaut.idl.

Member Function Documentation

◆ Add()

HRESULT MSINKAUTLib::IInkStrokes::Add ( [in] IInkStrokeDisp InkStroke)

◆ AddStrokes()

HRESULT MSINKAUTLib::IInkStrokes::AddStrokes ( [in] IInkStrokes InkStrokes)

◆ Clip()

HRESULT MSINKAUTLib::IInkStrokes::Clip ( [in] IInkRectangle Rectangle)

◆ GetBoundingBox()

HRESULT MSINKAUTLib::IInkStrokes::GetBoundingBox ( [in] InkBoundingBoxMode  BoundingBoxMode,
[out, retval] IInkRectangle **  BoundingBox 
)

◆ Item()

HRESULT MSINKAUTLib::IInkStrokes::Item ( [in] long  Index,
[out, retval] IInkStrokeDisp **  Stroke 
)

◆ ModifyDrawingAttributes()

HRESULT MSINKAUTLib::IInkStrokes::ModifyDrawingAttributes ( [in] IInkDrawingAttributes DrawAttrs)

◆ Move()

HRESULT MSINKAUTLib::IInkStrokes::Move ( [in] float  HorizontalComponent,
[in] float  VerticalComponent 
)

◆ Remove()

HRESULT MSINKAUTLib::IInkStrokes::Remove ( [in] IInkStrokeDisp InkStroke)

◆ RemoveRecognitionResult()

HRESULT MSINKAUTLib::IInkStrokes::RemoveRecognitionResult ( )

◆ RemoveStrokes()

HRESULT MSINKAUTLib::IInkStrokes::RemoveStrokes ( [in] IInkStrokes InkStrokes)

◆ Rotate()

HRESULT MSINKAUTLib::IInkStrokes::Rotate ( [in] float  Degrees,
[in] float  x,
[in] float  y 
)

◆ ScaleToRectangle()

HRESULT MSINKAUTLib::IInkStrokes::ScaleToRectangle ( [in] IInkRectangle Rectangle)

◆ ScaleTransform()

HRESULT MSINKAUTLib::IInkStrokes::ScaleTransform ( [in] float  HorizontalMultiplier,
[in] float  VerticalMultiplier 
)

◆ Shear()

HRESULT MSINKAUTLib::IInkStrokes::Shear ( [in] float  HorizontalMultiplier,
[in] float  VerticalMultiplier 
)

◆ ToString()

HRESULT MSINKAUTLib::IInkStrokes::ToString ( [out, retval] BSTR ToString)

◆ Transform()

HRESULT MSINKAUTLib::IInkStrokes::Transform ( [in] IInkTransform Transform,
[in] VARIANT_BOOL  ApplyOnPenWidth 
)

Property Documentation

◆ _NewEnum

IUnknown MSINKAUTLib::IInkStrokes::_NewEnum
get

◆ Count

long MSINKAUTLib::IInkStrokes::Count
get

◆ Ink

IInkDisp MSINKAUTLib::IInkStrokes::Ink
get

◆ RecognitionResult

IInkRecognitionResult MSINKAUTLib::IInkStrokes::RecognitionResult
get

The documentation for this interface was generated from the following file: