Trait windows::Win32::Graphics::Direct2D::ID2D1Device2_Impl
pub trait ID2D1Device2_Impl: Sized + ID2D1Device1_Impl {
// Required methods
fn CreateDeviceContext(
&self,
options: D2D1_DEVICE_CONTEXT_OPTIONS,
) -> Result<ID2D1DeviceContext2>;
fn FlushDeviceContexts(&self, bitmap: Option<&ID2D1Bitmap>);
fn GetDxgiDevice(&self) -> Result<IDXGIDevice>;
}
Required Methods§
fn CreateDeviceContext( &self, options: D2D1_DEVICE_CONTEXT_OPTIONS, ) -> Result<ID2D1DeviceContext2>
fn FlushDeviceContexts(&self, bitmap: Option<&ID2D1Bitmap>)
fn GetDxgiDevice(&self) -> Result<IDXGIDevice>
Object Safety§
This trait is not object safe.