New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

C#
public class PrintElementPaintEventArgs : PrintElementEventArgs

Inheritance: objectEventArgsPrintElementEventArgsPrintElementPaintEventArgs

Inherited Members PrintElementEventArgs.PrintElementEventArgs.Empty

Constructors

C#
public PrintElementPaintEventArgs(RadPrintElement element, Graphics graphics, Rectangle bounds)
Parameters:elementRadPrintElementgraphicsGraphicsboundsRectangle

Properties

Gets the bounds in which the element is being painted.

C#
public Rectangle Bounds { get; set; }

Gets the graphics object which is used for painting.

C#
public Graphics Graphics { get; }