'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.