Transforms a point from document to client coordinates.
Namespace: MindFusion.Controls
File: CanvasControl.js
SyntaxJavaScript
Copy Code
|
|---|
function docToClient (point) |
Type: Point
Point. The point to transform.
Type: Point
Point. The transformed point.
See Also