ReportItem.QuickDraw(Graphics, Matrix, Int32) 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.
public:
virtual void QuickDraw(System::Drawing::Graphics ^ graphics, System::Drawing::Drawing2D::Matrix ^ transform, int alpha);
public virtual void QuickDraw (System.Drawing.Graphics graphics, System.Drawing.Drawing2D.Matrix transform, int alpha);
abstract member QuickDraw : System.Drawing.Graphics * System.Drawing.Drawing2D.Matrix * int -> unit
override this.QuickDraw : System.Drawing.Graphics * System.Drawing.Drawing2D.Matrix * int -> unit
Public Overridable Sub QuickDraw (graphics As Graphics, transform As Matrix, alpha As Integer)
Parameters
- graphics
- Graphics
- transform
- Matrix
- alpha
- Int32