VintaSoft Barcode .NET SDK 16.0: Documentation for .NET developer
Vintasoft.Barcode Namespace / ImageSharpConverter Class / Convert Methods / Convert(VintasoftPointF) Method
Syntax Requirements SeeAlso
In This Topic
Convert(VintasoftPointF) Method (ImageSharpConverter)
In This Topic
Converts VintasoftPointF to the SixLabors.ImageSharp.PointF value.
Syntax
'Declaration

Public Overloads Shared Function Convert( _
ByVal point
The point to convert.
As Vintasoft.Primitives.VintasoftPointF _
) As SixLabors.ImageSharp.PointF
public static SixLabors.ImageSharp.PointF Convert(
Vintasoft.Primitives.VintasoftPointF point
)

Parameters

point
The point to convert.

Return Value

Converted point.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6

See Also