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