Applies the geometric transform represented by this IMatrix to the specified point.
Namespace: MindFusion.Drawing
Assembly: MindFusion.Charting
SyntaxC#
Copy Code
|
|---|
Point TransformPoint ( |
Visual Basic
Copy Code
|
|---|
Function TransformPoint( _ |
The point to transform.
The transformed point.
See Also