Click or drag to resize

WpfObjectConverterConvertPointF Method (PointF)

Converts an array of System.Drawing.PointF to an array of 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[] points
)

Parameters

points
Type: System.DrawingPointF
An array of System.Drawing.PointF.

Return Value

Type: Point
An array of System.Windows.Point.
See Also