Nevron.UI Namespace / NImageRenderer Class / GetImagePart Method


GetImagePart Method
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)

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