ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Direct2D Namespace / Factory2 Class / Create Method
The factory threading type.

In This Topic
    Create Method (Factory2)
    In This Topic
    Creates a new instance of the Factory2 class with the specified FactoryType.
    Syntax
    'Declaration
     
    Public Shared Shadows Function Create( _
       ByVal factoryType As FactoryType _
    ) As Factory2
    public new static Factory2 Create( 
       FactoryType factoryType
    )

    Parameters

    factoryType
    The factory threading type.
    See Also