Search
Diagram.PixelToUnit Method
See Also
 





Converts the specified point from client to document coordinates ignoring the current scale transformation.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public PointF PixelToUnit (
    Point point
)

Visual Basic  Copy Code

Public Function PixelToUnit( _
    point As Point _
) As PointF

 Parameters

point

The Point instance to convert.

 Return Value

A PointF representing the diagram coordinates of the client point specified as an argument.

 See Also