Skip to content

Latest commit

 

History

History
129 lines (96 loc) · 4.35 KB

nf-msinkaut-iinkpicture-get_autoredraw.md

File metadata and controls

129 lines (96 loc) · 4.35 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:msinkaut.IInkPicture.get_AutoRedraw
IInkPicture::get_AutoRedraw (msinkaut.h)
Gets or sets a value that specifies whether an ink collector repaints the ink when the window is invalidated. (IInkPicture.get_AutoRedraw)
AutoRedraw property [Tablet PC]
AutoRedraw property [Tablet PC]
IInkPicture interface
IInkPicture interface [Tablet PC]
AutoRedraw property
IInkPicture.AutoRedraw
IInkPicture.get_AutoRedraw
IInkPicture::AutoRedraw
IInkPicture::get_AutoRedraw
IInkPicture::put_AutoRedraw
InkPicture.get_AutoRedraw
InkPicture.put_AutoRedraw
get_AutoRedraw
msinkaut/IInkPicture::AutoRedraw
msinkaut/IInkPicture::get_AutoRedraw
msinkaut/IInkPicture::put_AutoRedraw
put_AutoRedraw
tablet.inkpicture_autoredraw
tablet\inkpicture_autoredraw.htm
tablet
8dea3bee-c0d9-488e-834f-6a70d4deaf34
12/05/2018
AutoRedraw property [Tablet PC], AutoRedraw property [Tablet PC],IInkPicture interface, IInkPicture interface [Tablet PC],AutoRedraw property, IInkPicture.AutoRedraw, IInkPicture.get_AutoRedraw, IInkPicture::AutoRedraw, IInkPicture::get_AutoRedraw, IInkPicture::put_AutoRedraw, InkPicture.get_AutoRedraw, InkPicture.put_AutoRedraw, get_AutoRedraw, msinkaut/IInkPicture::AutoRedraw, msinkaut/IInkPicture::get_AutoRedraw, msinkaut/IInkPicture::put_AutoRedraw, put_AutoRedraw, tablet.inkpicture_autoredraw
msinkaut.h
Windows
Windows XP Tablet PC Edition [desktop apps only]
None supported
InkObj.dll
Windows
19H1
IInkPicture::get_AutoRedraw
msinkaut/IInkPicture::get_AutoRedraw
c++
APIRef
kbSyntax
COM
InkObj.dll
InkObj.dll.dll
IInkPicture.AutoRedraw
IInkPicture.get_AutoRedraw
IInkPicture.put_AutoRedraw
InkPicture.get_AutoRedraw
InkPicture.put_AutoRedraw

IInkPicture::get_AutoRedraw

-description

Gets or sets a value that specifies whether an ink collector repaints the ink when the window is invalidated.

This property is read/write.

-parameters

-remarks

If AutoRedraw is VARIANT_TRUE, the ink collector repaints the ink when the window is invalidated. For example, if you minimize the window and then restore it, the ink is automatically redrawn. If VARIANT_FALSE, the ink collector does not repaint the ink when the window is invalidated. For example, if you minimize the window and then restore it, the ink disappears from the screen.

When AutoRedraw is VARIANT_FALSE, the ink appears while inking unless the DynamicRendering property is false.

When your application is performing custom rendering or when your application is sensitive to painting issues, you can handle the repainting yourself and set the AutoRedraw property to VARIANT_FALSE for the InkCollector object, the InkOverlay object, or the InkPicture control. Use the events in the following table to handle the repainting.

Object or Control Event
InkCollector Object The underlying controls Invalidated and Paint events.
InkOverlay Object The underlying controls Invalidated and Paint events.
InkPicture Control InkPicture controls inherited Invalidated and Paint events.

-see-also

Draw Method

DynamicRendering Property

IInkPicture

InkDisp Class

InkPicture Control