Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Core.v4.4 Assembly / Xceed.Chart.Core Namespace / Chart Class / MapClientPointToModelPlane Method


In This Topic
    MapClientPointToModelPlane Method
    In This Topic
    Maps a client point to a model plane specified by two axes and an origin point.
    Syntax
    'Declaration
     
    Public Function MapClientPointToModelPlane( _
       ByVal horzAxis As Axis, _
       ByVal vertAxis As Axis, _
       ByVal depthAxis As Axis, _
       ByVal fDepthValue As Single, _
       ByVal ptViewPoint As Point, _
       ByRef vecModelPoint As Vector _
    ) As Boolean
    'Usage
     
    Dim instance As Chart
    Dim horzAxis As Axis
    Dim vertAxis As Axis
    Dim depthAxis As Axis
    Dim fDepthValue As Single
    Dim ptViewPoint As Point
    Dim vecModelPoint As Vector
    Dim value As Boolean
     
    value = instance.MapClientPointToModelPlane(horzAxis, vertAxis, depthAxis, fDepthValue, ptViewPoint, vecModelPoint)
    public bool MapClientPointToModelPlane( 
       Axis horzAxis,
       Axis vertAxis,
       Axis depthAxis,
       float fDepthValue,
       Point ptViewPoint,
       ref Vector vecModelPoint
    )

    Parameters

    horzAxis
    vertAxis
    depthAxis
    fDepthValue
    ptViewPoint
    vecModelPoint
    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