IInkRectangle interface (msinkaut.h)

Represents an ink rectangle.

Inheritance

The IInkRectangle interface inherits from the IUnknown interface. IInkRectangle also has these types of members:

Methods

The IInkRectangle interface has these methods.

 
IInkRectangle::get_Bottom

Gets or sets the bottom position of the InkRectangle object. (Get)
IInkRectangle::get_Data

Gets or sets access to the rectangle structure (C++ only). (Get)
IInkRectangle::get_Left

Gets or sets the left position of the InkRectangle object. (Get)
IInkRectangle::get_Right

Gets or sets the right position of the InkRectangle object. (Get)
IInkRectangle::get_Top

Gets or sets the top position of the InkRectangle object. (Get)
IInkRectangle::GetRectangle

Gets the elements of the InkRectangle object in a single call.
IInkRectangle::put_Bottom

Gets or sets the bottom position of the InkRectangle object. (Put)
IInkRectangle::put_Data

Gets or sets access to the rectangle structure (C++ only). (Put)
IInkRectangle::put_Left

Gets or sets the left position of the InkRectangle object. (Put)
IInkRectangle::put_Right

Gets or sets the right position of the InkRectangle object. (Put)
IInkRectangle::put_Top

Gets or sets the top position of the InkRectangle object. (Put)
IInkRectangle::SetRectangle

Sets the elements of the InkRectangle object in a single call.

Requirements

Requirement Value
Target Platform Windows
Header msinkaut.h

See also

InkRectangle class