Nevron .NET Vision
Nevron.Diagram Namespace / NPointShape Class / InitRectangleTarget Method


In This Topic
    InitRectangleTarget Method
    In This Topic
    Inits a rectangle target shape
    Syntax
    'Declaration
     
    
    Protected Overridable Sub InitRectangleTarget( _
       ByVal bounds As NRectangleF _
    ) 
    'Usage
     
    
    Dim instance As NPointShape
    Dim bounds As NRectangleF
     
    instance.InitRectangleTarget(bounds)
    protected virtual void InitRectangleTarget( 
       NRectangleF bounds
    )

    Parameters

    bounds
    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