VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Drawing.SkiaSharp Namespace / SkiaSharpDrawingFactory Class
In This Topic
SkiaSharpDrawingFactory Class Methods
In This Topic
For a list of all methods of this type, see SkiaSharpDrawingFactory.
Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)Creates the drawing factory that is based on specified drawing engine. (Inherited from DrawingFactory)
Public MethodOverloaded. Creates a bitmap that contains image that is decoded from specified file using embedded decoder. (Inherited from DrawingFactory)
Public MethodCreates the composite drawing engine. (Inherited from DrawingFactory)
Public MethodCreates a default font with normal style. (Inherited from DrawingFactory)
Public MethodCreates the drawing engine. (Inherited from DrawingFactory)
Public MethodCreates the font that contains glyph for specified text character. (Inherited from DrawingFactory)
Public MethodOverloaded. Creates the font with new size. (Inherited from DrawingFactory)
Public Methodstatic (Shared in Visual Basic)Creates the GDI drawing factory that is located in 'Vintasoft.Imaging.Gdi.dll' assembly. (Inherited from DrawingFactory)
Public MethodCreates a generic monospace font. (Inherited from DrawingFactory)
Public MethodCreates a generic sans serif font. (Inherited from DrawingFactory)
Public MethodCreates a generic serif font. (Inherited from DrawingFactory)
Public MethodOverloaded. Creates the graphics path and copy properties from specified graphics path. (Inherited from DrawingFactory)
Public MethodOverloaded. Creates a hatch brush. (Inherited from DrawingFactory)
Public MethodOverloaded. Creates an image brush and copies properties from specified image brush. (Inherited from DrawingFactory)
Public MethodOverloaded. Creates a linear gradient brush.
Public MethodCreates the DrawingLineCap of specified type. (Inherited from DrawingFactory)
Public MethodOverloaded. Creates a pen with specified brush and width.
Public MethodOverloaded. Creates a radial gradient brush.
Public MethodCreates the raster drawing engine.
Public MethodOverloaded. Creates the region and combines created region with the specified graphics path. (Inherited from DrawingFactory)
Public Methodstatic (Shared in Visual Basic)Creates the SkiaSharp drawing factory that is located in 'Vintasoft.Imaging.Drawing.SkiaSharp.dll' assembly. (Inherited from DrawingFactory)
Public MethodOverloaded. Creates a solid brush and copies properties from specified solid brush. (Inherited from DrawingFactory)
Public MethodOverloaded. Creates the system font by name. (Inherited from DrawingFactory)
Public Methodstatic (Shared in Visual Basic)Creates the WPF drawing factory that is located in 'Vintasoft.Imaging.Wpf.dll' assembly. (Inherited from DrawingFactory)
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. (Inherited from DrawingFactory)
Public Methodstatic (Shared in Visual Basic)Renders complete image brush cell (depends on TileMode property). (Inherited from DrawingFactory)
Public Methodstatic (Shared in Visual Basic)Sets an instance of SkiaSharpDrawingFactory as default drawing factory of VintaSoft Imaging .NET SDK.
Protected Methods
 NameDescription
Protected MethodCreates the DrawingFontWithFallback wrapper for specified font. (Inherited from DrawingFactory)
Protected MethodReturns an array that contains information about fonts, which can be used for drawing of text character. (Inherited from DrawingFactory)
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