Nevron .NET Vision
Nevron.GraphicsCore Namespace / INImageFormatProvider Interface / ProvideImage Method / ProvideImage(NSize,NResolution,INImageFormat) Method


In This Topic
    ProvideImage(NSize,NResolution,INImageFormat) Method
    In This Topic
    Provides an image with the specified dimensions, resolution and format
    Syntax
    'Declaration
     
    
    Overloads Function ProvideImage( _
       ByVal dimensions As NSize, _
       ByVal resolution As NResolution, _
       ByVal imageFormat As INImageFormat _
    ) As INImage
    'Usage
     
    
    Dim instance As INImageFormatProvider
    Dim dimensions As NSize
    Dim resolution As NResolution
    Dim imageFormat As INImageFormat
    Dim value As INImage
     
    value = instance.ProvideImage(dimensions, resolution, 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