ReportItem.DrawDragBox(Graphics, Matrix, RectangleF, Boolean) 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.
protected:
void DrawDragBox(System::Drawing::Graphics ^ graphics, System::Drawing::Drawing2D::Matrix ^ transform, System::Drawing::RectangleF rect, bool filled);
protected void DrawDragBox (System.Drawing.Graphics graphics, System.Drawing.Drawing2D.Matrix transform, System.Drawing.RectangleF rect, bool filled);
member this.DrawDragBox : System.Drawing.Graphics * System.Drawing.Drawing2D.Matrix * System.Drawing.RectangleF * bool -> unit
Protected Sub DrawDragBox (graphics As Graphics, transform As Matrix, rect As RectangleF, filled As Boolean)
Parameters
- graphics
- Graphics
- transform
- Matrix
- rect
- RectangleF
- filled
- Boolean