ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Drawing Namespace / IDrawingCanvas Interface / CreateImage Method / CreateImage(ImageInfo,String) Method

In This Topic
    CreateImage(ImageInfo,String) Method
    In This Topic
    Initializes a new instance of ImageEx and supplies a unique id for which the IDrawingCanvas can implement caching.
    Syntax
    'Declaration
     
    Overloads Function CreateImage( _
       ByVal image As ImageInfo, _
       ByVal cacheID As String _
    ) As ImageEx
    ImageEx CreateImage( 
       ImageInfo image,
       string cacheID
    )

    Parameters

    image
    cacheID
    See Also