Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NDrawingView Class / GetLogicalRect Method
actual rect


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

    Parameters

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