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.

DrawCanvas Constructor
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 _
)
 

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