BrickEventArgs Constructors
Provides data for all brick events within the XtraPrinting Library.Name | Parameters | Description |
---|---|---|
BrickEventArgs(Brick) | brick | Initializes a new instance of the BrickEventArgs class with the specified brick. |
BrickEventArgs(EventArgs, Brick, Page, Rectangle, Single, Single) | args, brick, page, brickScreenBounds, x, y | Initializes a new instance of the BrickEventArgs class with the specified settings. |
See Also