Nevron .NET Vision
Nevron.UI Namespace / NImageSegment Class / ImagePart Field


In This Topic
    ImagePart Field
    In This Topic
    Syntax
    'Declaration
     
    
    Public ImagePart As System.Drawing.Bitmap
    'Usage
     
    
    Dim instance As NImageSegment
    Dim value As System.Drawing.Bitmap
     
    value = instance.ImagePart
     
    instance.ImagePart = value
    public System.Drawing.Bitmap ImagePart
    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