ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.DirectWrite Namespace / Factory Class / Create Method
The factory type.

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

    Parameters

    factoryType
    The factory type.
    See Also