Class PrintElementPaintEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class PrintElementPaintEventArgs : PrintElementEventArgs
Constructors
PrintElementPaintEventArgs(RadPrintElement, Graphics, Rectangle)
Declaration
public PrintElementPaintEventArgs(RadPrintElement element, Graphics graphics, Rectangle bounds)
Parameters
RadPrintElement
element
|
System.Drawing.Graphics
graphics
|
System.Drawing.Rectangle
bounds
|
Properties
Bounds
Gets the bounds in which the element is being painted.
Declaration
public Rectangle Bounds { get; set; }
Property Value
System.Drawing.Rectangle
|
Graphics
Gets the graphics object which is used for painting.
Declaration
public Graphics Graphics { get; }
Property Value
System.Drawing.Graphics
|