Search
ShapeDesigner.ClientToShapeY Method
See Also
 





Converts from client to shape coordinates.

Namespace: MindFusion.Tools.ShapeDesignerCtrl
Assembly: MindFusion.Tools.ShapeDesigner

 Syntax

C#  Copy Code

public float ClientToShapeY (
    float clientY
)

Visual Basic  Copy Code

Public Function ClientToShapeY( _
    clientY As Single _
) As Single

 Parameters

clientY

 Return Value

 See Also