Nevron.GraphicsCore Namespace / NRasterImageFormatProvider Class / ProvideImage Method / ProvideImage(NSize,NResolution,INImageFormat) Method


ProvideImage(NSize,NResolution,INImageFormat) Method
Syntax
'Declaration
 
Public Overloads Overrides Function ProvideImage( _
   ByVal dimensions As NSize, _
   ByVal resolution As NResolution, _
   ByVal imageFormat As INImageFormat _
) As INImage
 
'Usage
 
Dim instance As NRasterImageFormatProvider
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