IInkRectangle::get_Right method (msinkaut.h)

Gets or sets the right position of the InkRectangle object.

This property is read/write.

Syntax

HRESULT get_Right(
  long *Units
);

Parameters

Units

Return value

None

Remarks

Note  A point is within an InkRectangle if it lies on the Left or Top side or is within all four sides. A point on the Right or Bottom side is considered outside the rectangle.
 
The default value of this property is 0.

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

Bottom Property

IInkRectangle

InkRectangle Class

Left Property

Top Property