Nevron .NET Vision
Nevron.Diagram.Layout Namespace / NCellBody Class / MirrorY Method


In This Topic
    MirrorY Method
    In This Topic
    Mirrors the Y coordinate of the body according to the center X line of the area.
    Syntax
    'Declaration
     
    
    Public Sub MirrorY( _
       ByVal area As NRectangleF _
    ) 
    'Usage
     
    
    Dim instance As NCellBody
    Dim area As NRectangleF
     
    instance.MirrorY(area)
    public void MirrorY( 
       NRectangleF area
    )

    Parameters

    area
    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