ASP.NET Pack Programmer's Guide
DiagramView.ClientToDocUnscaled Method
See Also
 





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

Namespace: MindFusion.Diagramming.WebForms
Package: MindFusion.Diagramming.WebForms

 Syntax

C#  Copy Code

public PointF ClientToDocUnscaled (
    Point clientPt
)

Visual Basic  Copy Code

Public Function ClientToDocUnscaled( _
    clientPt As Point _
) As PointF

 Parameters

clientPt
An instance of the .NET Point structure, whose coordinates should be transformed and returned.

 Return Value

A .NET PointF instance, which represents the document coordinates of clientPt.

 Remarks

This method can be used to convert from pixels to the current MeasureUnit.

 See Also

DiagramView Members
DiagramView Class
MindFusion.Diagramming.WebForms Namespace