Table of Contents

Class Factory2

Namespace
SharpDX.Direct2D1
Assembly
SharpDX.Direct2D1.dll
[Guid("94f81a73-9212-4376-9c58-b16a3a0d3992")]
public class Factory2 : Factory1
Inheritance
Factory2
Derived
Inherited Members

Constructors

Factory2()

Creates a new instance of the Factory2 class.

public Factory2()

Factory2(FactoryType)

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

public Factory2(FactoryType factoryType)

Parameters

factoryType FactoryType

The factory threading type.

Factory2(FactoryType, DebugLevel)

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

public Factory2(FactoryType factoryType, DebugLevel debugLevel)

Parameters

factoryType FactoryType

The factory threading type.

debugLevel DebugLevel

The factory debug level.

Factory2(nint)

public Factory2(nint nativePtr)

Parameters

nativePtr nint

Operators

explicit operator Factory2(nint)

public static explicit operator Factory2(nint nativePtr)

Parameters

nativePtr nint

Returns

Factory2