VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Wpf Namespace / VintasoftWpfConverter Class / Convert Methods / Convert(VintasoftPoint) Method
Syntax Requirements SeeAlso
In This Topic
Convert(VintasoftPoint) Method (VintasoftWpfConverter)
In This Topic
Converts VintasoftPoint to System.Windows.Point structure.
Syntax
'Declaration

Public Overloads Shared Function Convert( _
ByVal point
The point to convert.
As Vintasoft.Primitives.VintasoftPoint _
) As System.Windows.Point
public static System.Windows.Point Convert(
Vintasoft.Primitives.VintasoftPoint point
)

Parameters

point
The point to convert.

Return Value

Converted point.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also