IInkDrawingAttributes::put_Height method (msinkaut.h)

Gets or sets the height of the pen when drawing ink with the InkDrawingAttributes object.

This property is read/write.

Syntax

HRESULT put_Height(
  float NewHeight
);

Parameters

NewHeight

Return value

None

Remarks

This property applies only to the Rectangle pen tip. The value represents the height of the side of the rectangle. If using the Ball pen tip then the height of the pen tip is equal to the Width property, and the Height property is ignored.

Precision is limited to 1/1000 (three digits to the right of the decimal point). For example, if you specify a value of 2.0006, the most precise measurement is 2.001.

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

IInkDrawingAttributes

InkDrawingAttributes Class

InkPenTip Enumeration

PenTip Property

Width Property [InkDrawingAttributes Class]