Search
Diagram.UnitToPixel Method
See Also
 





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

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Point UnitToPixel (
    PointF point
)

Visual Basic  Copy Code

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

 Parameters

point
The PointF instance to convert.

 Return Value

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

 See Also