Search
Utils.Transform Method
See Also
 






Transforms the specified point using the specified matrix.

Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges

 Syntax

C#  Copy Code

public static PointF Transform (
    Matrix matrix,
    PointF point
)

Visual Basic  Copy Code

Public Shared Function Transform( _
    matrix As Matrix, _
    point As PointF _
) As PointF

 Parameters

matrix

The matrix to use for the transformation.

point

The point to transform.

 Return Value

The transformed point.

 See Also