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

Public Overloads Shared Function Convert( _
ByVal point
The point to convert.
As SixLabors.ImageSharp.PointF _
) As Vintasoft.Primitives.VintasoftPointF
public static Vintasoft.Primitives.VintasoftPointF Convert(
SixLabors.ImageSharp.PointF 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