ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Direct2D Namespace / Device Class / CreateDeviceContext Method

In This Topic
    CreateDeviceContext Method (Device)
    In This Topic
    HRESULT ID2D1Device::CreateDeviceContext([In] D2D1_DEVICE_CONTEXT_OPTIONS options,[Out, Fast] ID2D1DeviceContext** deviceContext)
    Syntax
    'Declaration
     
    Public Function CreateDeviceContext( _
       ByVal options As DeviceContextOptions _
    ) As DeviceContext
    public DeviceContext CreateDeviceContext( 
       DeviceContextOptions options
    )

    Parameters

    options
    See Also