VintaSoft Barcode .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Barcode.SkiaSharp.TextRendering Namespace / SkiaSharpTextRenderer Class
Constructors Properties Methods SeeAlso
In This Topic
    SkiaSharpTextRenderer Class Members
    In This Topic
    The following tables list the members exposed by SkiaSharpTextRenderer.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the SkiaSharpTextRenderer class.
    Public Properties
     NameDescription
    Public PropertyGets the renderer source.
    Public Methods
     NameDescription
    Public MethodPerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
    Public MethodDraws the specified text string on specified TextRenderer at the specified location using the specified color structure. (Inherited from TextRenderer)
    Public MethodDraws the specified text at the specified VintasoftRectF using the specified VintasoftColor and TextFont objects. (Inherited from TextRenderer)
    Public MethodReturns source bitmap and disposes this text renderer.
    Public MethodMeasures the specified string when drawn with this text renderer. (Inherited from TextRenderer)
    See Also