Click or drag to resize
Accord.NET (logo)

MatrixHTransformPoints Method (PointF)

Transforms the given points using this transformation matrix.

Namespace:  Accord.Imaging
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public PointF[] TransformPoints(
	params PointF[] points
)
Request Example View Source

Parameters

points
Type: System.DrawingPointF

Return Value

Type: PointF
See Also