PdfRpt.Core.PdfTable.MainTableCellsEvent.applyGradientBackground C# (CSharp) Method

applyGradientBackground() private method

private applyGradientBackground ( Rectangle position, PdfContentByte canvases ) : void
position iTextSharp.text.Rectangle
canvases iTextSharp.text.pdf.PdfContentByte
return void
        private void applyGradientBackground(Rectangle position, PdfContentByte[] canvases)
        {
            GradientBackground.ApplyGradientBackground(
                _pdfRptCell.RowData.PdfRowType,
                _pdfRptCell.SharedData,
                position,
                canvases);
        }