Nevron .NET Vision
Nevron.Chart Namespace / NChartRasterImageFormatProvider Class / ProvideImage Method / ProvideImage(NSize,NRectangle,NResolution,INImageFormat) Method


In This Topic
    ProvideImage(NSize,NRectangle,NResolution,INImageFormat) Method
    In This Topic
    Provides a raster image with the specifies dimensions and format.
    Syntax
    'Declaration
     
    
    Public Overloads Overrides Function ProvideImage( _
       ByVal dimensions As NSize, _
       ByVal viewport As NRectangle, _
       ByVal resolution As NResolution, _
       ByVal imageFormat As INImageFormat _
    ) As INImage
    'Usage
     
    
    Dim instance As NChartRasterImageFormatProvider
    Dim dimensions As NSize
    Dim viewport As NRectangle
    Dim resolution As NResolution
    Dim imageFormat As INImageFormat
    Dim value As INImage
     
    value = instance.ProvideImage(dimensions, viewport, resolution, imageFormat)

    Parameters

    dimensions
    viewport
    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