ReportItem.DrawDragBox(Graphics, Matrix, RectangleF, Boolean) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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)
参数
- graphics
- Graphics
- transform
- Matrix
- rect
- RectangleF
- filled
- Boolean