[]
Initializes a new instance of the LinkItem class.
protected LinkItem(IImageConverterService imageConverterService, CanvasType ctType)
Type | Name | Description |
---|---|---|
IImageConverterService | imageConverterService | Service that converts image data from one format to another. |
CanvasType | ctType | Type of the canvas. |
Initializes a new instance of the LinkItem class
protected LinkItem(IImageConverterService imageConverterService, CanvasType canvasType, float left, float top, float width, float height, string strLink)
Type | Name | Description |
---|---|---|
IImageConverterService | imageConverterService | Service that converts image data from one format to another. |
CanvasType | canvasType | The canvas type. |
float | left | The left position. |
float | top | The top position. |
float | width | The width. |
float | height | The height. |
string | strLink | The link represented as a string. |