[]
        
(Showing Draft Content)

C1.Util.DX.Direct2D.Factory2

Factory2 Class

ID2D1Factory2

Implements
Namespace: C1.Util.DX.Direct2D
Assembly: C1.Win.C1DX.4.8.dll
Syntax
[Guid("94f81a73-9212-4376-9c58-b16a3a0d3992")]
public class Factory2 : Factory1, IDisposable, IUnknown

Constructors

Name Description
Factory2(IntPtr)

Initializes a new instance of the Factory2 class.

Methods

Name Description
Create(FactoryType)

Creates a new instance of the Factory2 class with the specified FactoryType.

CreateDevice1(Device)

HRESULT ID2D1Factory2::CreateDevice([In] IDXGIDevice* dxgiDevice,[Out, Fast] ID2D1Device1** d2dDevice1)

Operators

Name Description
explicit operator Factory2(IntPtr)

Performs an explicit conversion from IntPtr to Factory2.