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
)
Public Shared Function ConvertPointF (
points As PointF()
) As Point()
Parameters
- points
- Type: System.DrawingPointF
An array of System.Drawing.PointF.
Return Value
Type:
PointAn array of System.Windows.Point.
See Also