Transforms the specified point using the specified matrix.
Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges
SyntaxC#
Copy Code
|
|---|
public static PointF Transform ( |
Visual Basic
Copy Code
|
|---|
Public Shared Function Transform( _ |
The matrix to use for the transformation.
The point to transform.
The transformed point.
See Also