[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Document.Section.DrawCanvas.-ctor

DrawCanvas Constructor

DrawCanvas(DeviceInfo, ITextLayoutService, IImageConverterService, Page)

Initializes new instance of DrawCanvas object.

Declaration
public DrawCanvas(DeviceInfo deviceInfo, ITextLayoutService textLayoutService, IImageConverterService imageConverterService, Page page)
Parameters
Type Name Description
DeviceInfo deviceInfo

The device info.

ITextLayoutService textLayoutService

The text layout service.

IImageConverterService imageConverterService

The image converter service.

Page page

The page.

Exceptions
Type Condition
ArgumentNullException

Throws if any parameter (except device info) is null.