ReactOS 0.4.15-dev-7953-g1f49173
MSINKAUTLib::IInkRenderer Interface Reference
Inheritance diagram for MSINKAUTLib::IInkRenderer:
Collaboration diagram for MSINKAUTLib::IInkRenderer:

Public Member Functions

HRESULT GetViewTransform ([in] IInkTransform *ViewTransform)
 
HRESULT SetViewTransform ([in] IInkTransform *ViewTransform)
 
HRESULT GetObjectTransform ([in] IInkTransform *ObjectTransform)
 
HRESULT SetObjectTransform ([in] IInkTransform *ObjectTransform)
 
HRESULT Draw ([in] long hDC, [in] IInkStrokes *Strokes)
 
HRESULT DrawStroke ([in] long hDC, [in] IInkStrokeDisp *Stroke, [in, defaultvalue(0)] IInkDrawingAttributes *DrawingAttributes)
 
HRESULT PixelToInkSpace ([in] long hDC, [in, out] long *x, [in, out] long *y)
 
HRESULT InkSpaceToPixel ([in] long hdcDisplay, [in, out] long *x, [in, out] long *y)
 
HRESULT PixelToInkSpaceFromPoints ([in] long hDC, [in, out] VARIANT *Points)
 
HRESULT InkSpaceToPixelFromPoints ([in] long hDC, [in, out] VARIANT *Points)
 
HRESULT Measure ([in] IInkStrokes *Strokes, [out, retval] IInkRectangle **Rectangle)
 
HRESULT MeasureStroke ([in] IInkStrokeDisp *Stroke, [in, defaultvalue(0)] IInkDrawingAttributes *DrawingAttributes, [out, retval] IInkRectangle **Rectangle)
 
HRESULT Move ([in] single HorizontalComponent, [in] single VerticalComponent)
 
HRESULT Rotate ([in] single Degrees, [in, defaultvalue(0)] single x, [in, defaultvalue(0)] single y)
 
HRESULT ScaleTransform ([in] single HorizontalMultiplier, [in] single VerticalMultiplier, [in, defaultvalue(-1)] VARIANT_BOOL ApplyOnPenWidth)
 
- 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 ()
 

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 685 of file msinkaut.idl.

Member Function Documentation

◆ Draw()

HRESULT MSINKAUTLib::IInkRenderer::Draw ( [in] long  hDC,
[in] IInkStrokes Strokes 
)

◆ DrawStroke()

HRESULT MSINKAUTLib::IInkRenderer::DrawStroke ( [in] long  hDC,
[in] IInkStrokeDisp Stroke,
[in, defaultvalue(0)] IInkDrawingAttributes DrawingAttributes 
)

◆ GetObjectTransform()

HRESULT MSINKAUTLib::IInkRenderer::GetObjectTransform ( [in] IInkTransform ObjectTransform)

◆ GetViewTransform()

HRESULT MSINKAUTLib::IInkRenderer::GetViewTransform ( [in] IInkTransform ViewTransform)

◆ InkSpaceToPixel()

HRESULT MSINKAUTLib::IInkRenderer::InkSpaceToPixel ( [in] long  hdcDisplay,
[in, out] long x,
[in, out] long y 
)

◆ InkSpaceToPixelFromPoints()

HRESULT MSINKAUTLib::IInkRenderer::InkSpaceToPixelFromPoints ( [in] long  hDC,
[in, out] VARIANT Points 
)

◆ Measure()

HRESULT MSINKAUTLib::IInkRenderer::Measure ( [in] IInkStrokes Strokes,
[out, retval] IInkRectangle **  Rectangle 
)

◆ MeasureStroke()

HRESULT MSINKAUTLib::IInkRenderer::MeasureStroke ( [in] IInkStrokeDisp Stroke,
[in, defaultvalue(0)] IInkDrawingAttributes DrawingAttributes,
[out, retval] IInkRectangle **  Rectangle 
)

◆ Move()

HRESULT MSINKAUTLib::IInkRenderer::Move ( [in] single  HorizontalComponent,
[in] single  VerticalComponent 
)

◆ PixelToInkSpace()

HRESULT MSINKAUTLib::IInkRenderer::PixelToInkSpace ( [in] long  hDC,
[in, out] long x,
[in, out] long y 
)

◆ PixelToInkSpaceFromPoints()

HRESULT MSINKAUTLib::IInkRenderer::PixelToInkSpaceFromPoints ( [in] long  hDC,
[in, out] VARIANT Points 
)

◆ Rotate()

HRESULT MSINKAUTLib::IInkRenderer::Rotate ( [in] single  Degrees,
[in, defaultvalue(0)] single  x,
[in, defaultvalue(0)] single  y 
)

◆ ScaleTransform()

HRESULT MSINKAUTLib::IInkRenderer::ScaleTransform ( [in] single  HorizontalMultiplier,
[in] single  VerticalMultiplier,
[in, defaultvalue(-1)] VARIANT_BOOL  ApplyOnPenWidth 
)

◆ SetObjectTransform()

HRESULT MSINKAUTLib::IInkRenderer::SetObjectTransform ( [in] IInkTransform ObjectTransform)

◆ SetViewTransform()

HRESULT MSINKAUTLib::IInkRenderer::SetViewTransform ( [in] IInkTransform ViewTransform)

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