Class
PrintElementPaintEventArgs

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class PrintElementPaintEventArgs : PrintElementEventArgs

Inheritance: objectEventArgsPrintElementEventArgsPrintElementPaintEventArgs

Inherited Members PrintElementEventArgs.PrintElementEventArgs.Empty

Constructors

PrintElementPaintEventArgs(RadPrintElement, Graphics, Rectangle)

Declaration

cs-api-definition
public PrintElementPaintEventArgs(RadPrintElement element, Graphics graphics, Rectangle bounds)

Parameters

element

RadPrintElement

graphics

Graphics

bounds

Rectangle

Properties

Bounds

Gets the bounds in which the element is being painted.

Declaration

cs-api-definition
public Rectangle Bounds { get; set; }

Property Value

Rectangle

Graphics

Gets the graphics object which is used for painting.

Declaration

cs-api-definition
public Graphics Graphics { get; }

Property Value

Graphics