VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Drawing Namespace / DrawingFactory Class
In This Topic
DrawingFactory Class Methods
In This Topic
For a list of all methods of this type, see DrawingFactory.
Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)Creates the drawing factory that is based on specified drawing engine.
Public MethodOverloaded. Creates a bitmap that contains image that is decoded from specified file using embedded decoder.
Public MethodCreates the composite drawing engine.
Public MethodCreates a default font with normal style.
Public MethodCreates the drawing engine.
Public MethodCreates the font that contains glyph for specified text character.
Public MethodOverloaded. Creates the font.
Public Methodstatic (Shared in Visual Basic)Creates the GDI drawing factory that is located in 'Vintasoft.Imaging.Gdi.dll' assembly.
Public MethodCreates a generic monospace font.
Public MethodCreates a generic sans serif font.
Public MethodCreates a generic serif font.
Public MethodOverloaded. Creates the graphics path and copy properties from specified graphics path.
Public MethodOverloaded. Creates a hatch brush.
Public MethodOverloaded. Creates an image brush with specified color.
Public MethodOverloaded. Creates a linear gradient brush and copies properties from specified linear gradient brush to the newly created brush.
Public MethodCreates the DrawingLineCap of specified type.
Public MethodOverloaded. Creates a pen with specified color and width.
Public MethodOverloaded. Creates a radial gradient brush and copies properties from specified radial gradient brush to the newly created brush.
Public MethodCreates the raster drawing engine.
Public MethodOverloaded. Creates the region and combines created region with the specified graphics path.
Public Methodstatic (Shared in Visual Basic)Creates the SkiaSharp drawing factory that is located in 'Vintasoft.Imaging.Drawing.SkiaSharp.dll' assembly.
Public MethodOverloaded. Creates a solid brush and copies properties from specified solid brush.
Public MethodOverloaded. Creates the system font by name.
Public Methodstatic (Shared in Visual Basic)Creates the WPF drawing factory that is located in 'Vintasoft.Imaging.Wpf.dll' assembly.
Public MethodReturns a value indicating whether the type of graphics path is valid for this drawing factory.
Public MethodOverloaded. Returns the nearest supported raster pixel format.
Public MethodReturns the supported raster pixel formats.
Public MethodReturns a value indicating whether the pixel format is supported.
Public Methodstatic (Shared in Visual Basic)Renders complete image brush cell (depends on TileMode property).
Protected Methods
 NameDescription
Protected MethodCreates the DrawingFontWithFallback wrapper for specified font.
Protected MethodReturns an array that contains information about fonts, which can be used for drawing of text character.
Protected MethodCalled when this drawing factory is set as the default factory, i.e. this instance is set as value of Default property.
See Also