Nevron .NET Vision
Nevron.UI Namespace / NImageInfo Class / ImageSize Property


In This Topic
    ImageSize Property (NImageInfo)
    In This Topic
    Gets/sets the size of the rect where the image will be drawn.
    Syntax
    'Declaration
     
    
    Public Property ImageSize As System.Drawing.Size
    'Usage
     
    
    Dim instance As NImageInfo
    Dim value As System.Drawing.Size
     
    instance.ImageSize = value
     
    value = instance.ImageSize
    public System.Drawing.Size ImageSize {get; set;}
    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