IXRWriteableBitmap::Invalidate (Compact 2013)
3/28/2014
This method requests XAML for Windows Embedded to redraw the entire bitmap.
Syntax
virtual HRESULT STDMETHODCALLTYPE Invalidate() = 0;
Parameters
None.
Return Value
Returns an HRESULT that indicates success or failure.
Remarks
Calling this method invalidates the old copy of the bitmap and forces re-drawing of the modified bitmap.
.NET Framework Equivalent
System.Windows.Media.Imaging.WriteableBitmap.Invalidate
Requirements
Header |
XamlRuntime.h |
sysgen |
SYSGEN_XAML_RUNTIME |