Translates point by a vector.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
SyntaxC#
Copy Code
|
|---|
public static Point Add ( |
Visual Basic
Copy Code
|
|---|
Public Shared Function Add( _ |
The vector to add.
The reference point.
The translated point.
See Also