Share via


IInkRenderer::GetObjectTransform

4/8/2010

Gets the IInkTransform object that represents the IInkRenderer's object transform.

Syntax

HRESULT GetObjectTransform(
  [in] IInkTransform *objectTransform
);

Parameters

  • objectTransform
    The IInkTransform object that represents the geometric transformation — rotation, scaling, shear, and reflection — values to use to transform the stroke coordinates within the ink space.

Return Value

HRESULT value Description

S_OK

Success.

E_POINTER

A parameter contained an invalid pointer.

E_INK_EXCEPTION

An exception occurred inside the method.

Remarks

Any translations applied to this transform should be in ink space units (1 unit = .01mm).

To set the object transform, see IInkRenderer::SetObjectTransform.

Requirements

Header msinkaut.h
Windows Embedded CE Windows CE 5.0 and later
Windows Mobile Windows Mobile 6 Classic and later, Windows Mobile 6 Professional and later

See Also

Concepts

Windows Mobile Ink Reference