Nevron .NET Vision
Nevron.Chart Namespace / NImageExporter Class / GetImageBytes Method / GetImageBytes(NSize,NResolution,INImageFormat) Method


In This Topic
    GetImageBytes(NSize,NResolution,INImageFormat) Method
    In This Topic
    Gets the image bytes in the specified image format, dimensions and resolution
    Syntax
    'Declaration
     
    
    Public Overloads Function GetImageBytes( _
       ByVal dimensions As NSize, _
       ByVal resolution As NResolution, _
       ByVal imageFormat As INImageFormat _
    ) As System.Byte()
    'Usage
     
    
    Dim instance As NImageExporter
    Dim dimensions As NSize
    Dim resolution As NResolution
    Dim imageFormat As INImageFormat
    Dim value() As System.Byte
     
    value = instance.GetImageBytes(dimensions, resolution, imageFormat)
    public System.byte[] GetImageBytes( 
       NSize dimensions,
       NResolution resolution,
       INImageFormat imageFormat
    )

    Parameters

    dimensions
    resolution
    imageFormat
    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