Paints picture element content.
Namespace:
PerpetuumSoft.Reporting.DOMAssembly: PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1
Syntax
| C# |
|---|
protected override void PaintContent( PaintArguments args, RectangleF contentRectangle ) |
| Visual Basic (Declaration) |
|---|
Protected Overrides Sub PaintContent ( _ args As PaintArguments, _ contentRectangle As RectangleF _ ) |
| Visual C++ |
|---|
protected: virtual void PaintContent( PaintArguments^ args, RectangleF contentRectangle ) override |
Parameters
- contentRectangle
- Type: System.Drawing..::.RectangleF