Search
IMatrix.TransformPoint Method
See Also
 





Applies the geometric transform represented by this IMatrix to the specified point.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

Point TransformPoint (
    Point point
)

Visual Basic  Copy Code

Function TransformPoint( _
    point As Point _
) As Point

 Parameters

point

The point to transform.

 Return Value

The transformed point.

 See Also