[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Document.Section.ResourcedCanvasItem.-ctor

ResourcedCanvasItem Constructor

ResourcedCanvasItem(IImageConverterService, CanvasType)

Initializes a new instance of the ResourcedCanvasItem class.

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

The image converter service.

CanvasType canvasType

Type of the canvas.

ResourcedCanvasItem(IImageConverterService, CanvasType, float, float, float, float)

Initializes a new instance of the ResourcedCanvasItem class.

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