[]
Initializes new instance of DrawCanvas object.
public DrawCanvas(DeviceInfo deviceInfo, ITextLayoutService textLayoutService, IImageConverterService imageConverterService, Page page)
Type | Name | Description |
---|---|---|
DeviceInfo | deviceInfo | The device info. |
ITextLayoutService | textLayoutService | The text layout service. |
IImageConverterService | imageConverterService | The image converter service. |
Page | page | The page. |
Type | Condition |
---|---|
ArgumentNullException | Throws if any parameter (except device info) is null. |