[]
Initializes an instance of class BitmapImage.
protected BitmapImage(IImageConverterService imageConverterService, CanvasType canvasType)
Type | Name | Description |
---|---|---|
IImageConverterService | imageConverterService | The image converter service. |
CanvasType | canvasType | The canvas type. |
Initializes an instance of class BitmapImage.
protected BitmapImage(IImageConverterService imageConverterService, CanvasType canvasType, float left, float top, float width, float height)
Type | Name | Description |
---|---|---|
IImageConverterService | imageConverterService | The image converter service. |
CanvasType | canvasType | The canvas type. |
float | left | The left position. |
float | top | The top position. |
float | width | The width. |
float | height | The height. |