InkPicture.Painting event
Occurs before the InkPicture control redraws itself.
Syntax
void Painting( [in] long hDC, [in] IInkRectangle *Rect, [in, out] VARIANT_BOOL *Allow );
Parameters
- hDC [in]
-
The device context on which painting will occur.
- Rect [in]
-
The ink rectangle that is to be repainted.
- Allow [in, out]
-
Whether the repaint will occur.
Return value
This event does not return a value.
Remarks
This event method is defined in the _IInkOverlayEvents and _IInkPictureEvents dispatch-only interfaces (dispinterfaces) with an ID of DISPID_IOEPainting.
Requirements
|
Minimum supported client |
Windows XP Tablet PC Edition [desktop apps only] |
|---|---|
|
Minimum supported server |
None supported |
|
Header |
|
|
Library |
|
See also