PrintRowEventArgs(PrintingSystemBase, Graphics, BrickGraphics, Int32, Int32, Int32, Int32) Constructor
Initializes a new instance of the PrintRowEventArgs class with specified settings.
Namespace: DevExpress.XtraGrid.Views.Printing
Assembly: DevExpress.XtraGrid.v24.2.dll
Declaration
public PrintRowEventArgs(
PrintingSystemBase ips,
Graphics g,
BrickGraphics graph,
int rowHandle,
int level,
int x,
int y
)
Parameters
Name | Type |
---|---|
ips | PrintingSystemBase |
g | Graphics |
graph | BrickGraphics |
rowHandle | Int32 |
level | Int32 |
x | Int32 |
y | Int32 |
See Also