Nevron .NET Vision
Nevron.UI Namespace / NImageRenderer Class / GetImagePart Method


In This Topic
    GetImagePart Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function GetImagePart( _
       ByVal source As System.Drawing.Image, _
       ByVal rect As NRectangle _
    ) As System.Drawing.Bitmap
    'Usage
     
    
    Dim source As System.Drawing.Image
    Dim rect As NRectangle
    Dim value As System.Drawing.Bitmap
     
    value = NImageRenderer.GetImagePart(source, rect)
    public static System.Drawing.Bitmap GetImagePart( 
       System.Drawing.Image source,
       NRectangle rect
    )

    Parameters

    source
    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