Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NDrawingView Class / GetLogicalPoint Method
actual point


In This Topic
    GetLogicalPoint Method
    In This Topic
    Takes the FlipX and FlipY settings to produce a logically formated point.
    Syntax
    'Declaration
     
    
    Public Overridable Function GetLogicalPoint( _
       ByVal point As NPointF _
    ) As NPointF
    'Usage
     
    
    Dim instance As NDrawingView
    Dim point As NPointF
    Dim value As NPointF
     
    value = instance.GetLogicalPoint(point)
    public virtual NPointF GetLogicalPoint( 
       NPointF point
    )

    Parameters

    point
    actual point
    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