[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Document.Section.BitmapImage.-ctor

BitmapImage Constructor

BitmapImage(IImageConverterService, CanvasType)

Initializes an instance of class BitmapImage.

Declaration
protected BitmapImage(IImageConverterService imageConverterService, CanvasType canvasType)
Parameters
Type Name Description
IImageConverterService imageConverterService

The image converter service.

CanvasType canvasType

The canvas type.

BitmapImage(IImageConverterService, CanvasType, float, float, float, float)

Initializes an instance of class BitmapImage.

Declaration
protected BitmapImage(IImageConverterService imageConverterService, CanvasType canvasType, float left, float top, float width, float height)
Parameters
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.