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