Click or drag to resize

WpfObjectConverterConvertPointF Method (PointF)

Converts a System.Drawing.PointF to a System.Windows.Point.

Namespace:  Atalasoft.Annotate.Wpf
Assembly:  Atalasoft.dotImage.Wpf (in Atalasoft.dotImage.Wpf.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public static Point ConvertPointF(
	PointF point
)

Parameters

point
Type: System.DrawingPointF
The System.Drawing.PointF to convert.

Return Value

Type: Point
A System.Windows.Point.
See Also