[]
Initializes a new instance of the ResourcedCanvasItem class.
protected ResourcedCanvasItem(IImageConverterService imageConverterService, CanvasType canvasType)
Type | Name | Description |
---|---|---|
IImageConverterService | imageConverterService | The image converter service. |
CanvasType | canvasType | Type of the canvas. |
Initializes a new instance of the ResourcedCanvasItem class.
protected ResourcedCanvasItem(IImageConverterService imageConverterService, CanvasType canvasType, float left, float top, float width, float height)
Type | Name | Description |
---|---|---|
IImageConverterService | imageConverterService | The image converter service. |
CanvasType | canvasType | Type of the canvas. |
float | left | The left coordinate. |
float | top | The top coordinate. |
float | width | The width. |
float | height | The height. |