'Declaration Public Shared Function dataToPointLinearPlane( _ ByVal dataHorzMin As Double, _ ByVal dataHorzMax As Double, _ ByVal dataVertMin As Double, _ ByVal dataVertMax As Double, _ ByVal leftTop As Point, _ ByVal bottomRight As Point, _ ByVal d_h As Double, _ ByVal d_v As Double _ ) As Point
public static Point dataToPointLinearPlane( double dataHorzMin, double dataHorzMax, double dataVertMin, double dataVertMax, Point leftTop, Point bottomRight, double d_h, double d_v )
Target Platforms: Windows 10, Windows 8.1, Windows 8, 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