ID2D1Device2::FlushDeviceContexts method

Flush all device contexts that reference a given bitmap.

Syntax



            void
           FlushDeviceContexts(
  [in] ID2D1Bitmap *bitmap
);

Parameters

bitmap [in]

Type: ID2D1Bitmap*

The bitmap, created on this device, for which all referencing device contexts will be flushed.

Return value

This method does not return a value.

Requirements

Header

D2d1_3.h

Library

D2d1_3.lib

DLL

D2d1_3.dll

See also

ID2D1Device2

 

 

Show: