GoDiagram Win Reference
ConvertY Method

Convert a measurement in one GoDrawUnit to another one, assuming the measurement is along the Y axis.
Syntax
'Declaration
 
Public Shared Function ConvertY( _
   ByVal val As Double, _
   ByVal from As GoDrawUnit, _
   ByVal to As GoDrawUnit _
) As Double
public static double ConvertY( 
   double val,
   GoDrawUnit from,
   GoDrawUnit to
)

Parameters

val
from
to
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoDrawUnits Class
GoDrawUnits Members

 

 


© 2015. Northwoods Software Corporation. All Rights Reserved.

Send Feedback