InkPicture.SizeChanged event

Occurs after the InkPicture control has been resized, specifically, after the Width or Height property value changes.

Syntax

void SizeChanged(
  [in] long Left,
  [in] long Top,
  [in] long Right,
  [in] long Bottom
);

Parameters

Left [in]

The x-coordinate of the left side of the InkPicture control.

Top [in]

The y-coordinate of the top of the InkPicture control.

Right [in]

The x-coordinate of the right side of the InkPicture control.

Bottom [in]

The y-coordinate of the bottom of the InkPicture control.

Return value

This event does not return a value.

Remarks

This event method is defined in the _IInkPictureEvents interface. The _IInkPictureEvents interface implements the IDispatch interface with an identifier of DISPID_IPESizeChanged.

Requirements

Requirement Value
Minimum supported client
Windows XP Tablet PC Edition [desktop apps only]
Minimum supported server
None supported
Header
Msinkaut.h (also requires Msinkaut_i.c)
Library
InkObj.dll

See also

InkPicture