ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Document.Section Namespace / DrawCanvas Class / DrawCanvas Constructor
The device info.
The text layout service.
The image converter service.
The page.

In This Topic
    DrawCanvas Constructor
    In This Topic
    Initializes new instance of DrawCanvas object.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal deviceInfo As DeviceInfo, _
       ByVal textLayoutService As ITextLayoutService, _
       ByVal imageConverterService As IImageConverterService, _
       ByVal page As Page _
    )
    public DrawCanvas( 
       DeviceInfo deviceInfo,
       ITextLayoutService textLayoutService,
       IImageConverterService imageConverterService,
       Page page
    )

    Parameters

    deviceInfo
    The device info.
    textLayoutService
    The text layout service.
    imageConverterService
    The image converter service.
    page
    The page.
    Exceptions
    ExceptionDescription
    Throws if any parameter (except device info) is null.
    See Also