Nevron .NET Vision
Nevron.UI Namespace / NImageSegment Class / Update Method


In This Topic
    Update Method (NImageSegment)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Sub Update( _
       ByVal bounds As NRectangle, _
       ByVal margins As NPadding _
    ) 
    'Usage
     
    
    Dim instance As NImageSegment
    Dim bounds As NRectangle
    Dim margins As NPadding
     
    instance.Update(bounds, margins)
    public void Update( 
       NRectangle bounds,
       NPadding margins
    )

    Parameters

    bounds
    margins
    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