VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Drawing.SkiaSharp Namespace / SkiaSharpDrawingFactory Class
Constructors Properties Methods SeeAlso
In This Topic
    SkiaSharpDrawingFactory Class Members
    In This Topic
    The following tables list the members exposed by SkiaSharpDrawingFactory.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the SkiaSharpDrawingFactory class.
    Public Properties
     NameDescription
    Public Propertystatic (Shared in Visual Basic)Gets or sets the drawing factory that is used as the default drawing factory of VintaSoft Imaging .NET SDK. (Inherited from DrawingFactory)
    Public PropertyGets or sets the font programs controller that allows to access the font programs. (Inherited from DrawingFactory)
    Public Propertystatic (Shared in Visual Basic)Gets a value indicating whether Default property is not null. (Inherited from DrawingFactory)
    Public PropertyGets the resolution of the screen, in dots per inch. (Inherited from DrawingFactory)
    Public PropertyGets or sets a value indicating whether this drawing factory should create font with fallback. (Inherited from DrawingFactory)
    Public PropertyGets or sets a value indicating whether drawing factory uses the CreateSystemFont(String,Single,Boolean,Boolean) method to create font. (Inherited from DrawingFactory)
    Public PropertyGets or sets a value indicating whether drawing factory is uses system fonts (CreateSystemFont(String,Single,Boolean,Boolean) before fonts from FontProgramsController in CreateFont(String,Single,Boolean,Boolean) method. (Inherited from DrawingFactory)
    Public Propertystatic (Shared in Visual Basic)Gets or sets the default value for UseSystemFonts property. (Inherited from DrawingFactory)
    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, which is based on font program. (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.
    Public MethodOverloaded. Creates a hatch brush. (Inherited from DrawingFactory)
    Public MethodOverloaded. Creates the image brush with specified color.
    Public MethodOverloaded. Creates a linear gradient brush. (Inherited from DrawingFactory)
    Public MethodCreates the DrawingLineCap of specified type. (Inherited from DrawingFactory)
    Public MethodOverloaded. Creates a pen and copies properties from specified pen. (Inherited from DrawingFactory)
    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 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