VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Drawing Namespace / DrawingFactory Class / CreateGdiDrawingFactory() Method
Syntax Exceptions Requirements SeeAlso
In This Topic
    CreateGdiDrawingFactory() Method (DrawingFactory)
    In This Topic
    Creates the GDI drawing factory that is located in 'Vintasoft.Imaging.Gdi.dll' assembly.
    Syntax
    'Declaration
    
    Public Shared Function CreateGdiDrawingFactory() As DrawingFactory
    
    
    public static DrawingFactory CreateGdiDrawingFactory()
    
    
    public: static DrawingFactory* CreateGdiDrawingFactory()
    
    
    public:
    static DrawingFactory^ CreateGdiDrawingFactory()

    Return Value

    A new instance of GDI drawing factory.
    Exceptions
    ExceptionDescription
    Thrown if required assembly is not found.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also