LayoutEditor.Repaint Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Repaint() | |
Repaint(Graphics, ReportItemDrawParams) |
Repaint()
public:
virtual void Repaint();
public void Repaint ();
abstract member Repaint : unit -> unit
override this.Repaint : unit -> unit
Public Sub Repaint ()
Implements
Applies to
Repaint(Graphics, ReportItemDrawParams)
public:
void Repaint(System::Drawing::Graphics ^ graphics, Microsoft::ReportDesigner::ReportItemDrawParams reportItemDrawParameters);
public void Repaint (System.Drawing.Graphics graphics, Microsoft.ReportDesigner.ReportItemDrawParams reportItemDrawParameters);
member this.Repaint : System.Drawing.Graphics * Microsoft.ReportDesigner.ReportItemDrawParams -> unit
Public Sub Repaint (graphics As Graphics, reportItemDrawParameters As ReportItemDrawParams)
Parameters
- graphics
- Graphics
- reportItemDrawParameters
- ReportItemDrawParams