IInkTransform::Reflect method (msinkaut.h)

Performs reflection on a transform in either horizontal or vertical directions.

Syntax

HRESULT Reflect(
  [in] VARIANT_BOOL Horizontally,
  [in] VARIANT_BOOL Vertically
);

Parameters

[in] Horizontally

VARIANT_TRUE to reflect in the horizontal direction; otherwise, VARIANT_FALSE.

[in] Vertically

VARIANT_TRUE to reflect in the vertical direction; otherwise, VARIANT_FALSE.

Return value

This method can return one of these values.

Return code Description
S_OK
Success.
E_INVALIDARG
Invalid VARIANT_BOOL variants.
E_INK_EXCEPTION
An exception occurred inside the method.

Requirements

Requirement Value
Minimum supported client Windows XP Tablet PC Edition [desktop apps only]
Minimum supported server None supported
Target Platform Windows
Header msinkaut.h
Library InkObj.dll

See also

IInkTransform

InkTransform Class