Click or drag to resize

StiImageDialogPainterPaint Method (Control, Graphics, Image, Boolean, Boolean, Boolean, Boolean)

[Missing <summary> documentation for "M:Stimulsoft.Report.Helpers.StiImageDialogPainter.Paint(System.Windows.Forms.Control,System.Drawing.Graphics,System.Drawing.Image,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

Namespace:  Stimulsoft.Report.Helpers
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public static void Paint(
	Control control,
	Graphics g,
	Image image,
	bool drawDragDrop,
	bool drawBorder,
	bool isImage,
	bool drawBackground = true
)

Parameters

control
Type: System.Windows.FormsControl

[Missing <param name="control"/> documentation for "M:Stimulsoft.Report.Helpers.StiImageDialogPainter.Paint(System.Windows.Forms.Control,System.Drawing.Graphics,System.Drawing.Image,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

g
Type: System.DrawingGraphics

[Missing <param name="g"/> documentation for "M:Stimulsoft.Report.Helpers.StiImageDialogPainter.Paint(System.Windows.Forms.Control,System.Drawing.Graphics,System.Drawing.Image,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

image
Type: System.DrawingImage

[Missing <param name="image"/> documentation for "M:Stimulsoft.Report.Helpers.StiImageDialogPainter.Paint(System.Windows.Forms.Control,System.Drawing.Graphics,System.Drawing.Image,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

drawDragDrop
Type: SystemBoolean

[Missing <param name="drawDragDrop"/> documentation for "M:Stimulsoft.Report.Helpers.StiImageDialogPainter.Paint(System.Windows.Forms.Control,System.Drawing.Graphics,System.Drawing.Image,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

drawBorder
Type: SystemBoolean

[Missing <param name="drawBorder"/> documentation for "M:Stimulsoft.Report.Helpers.StiImageDialogPainter.Paint(System.Windows.Forms.Control,System.Drawing.Graphics,System.Drawing.Image,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

isImage
Type: SystemBoolean

[Missing <param name="isImage"/> documentation for "M:Stimulsoft.Report.Helpers.StiImageDialogPainter.Paint(System.Windows.Forms.Control,System.Drawing.Graphics,System.Drawing.Image,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

drawBackground (Optional)
Type: SystemBoolean

[Missing <param name="drawBackground"/> documentation for "M:Stimulsoft.Report.Helpers.StiImageDialogPainter.Paint(System.Windows.Forms.Control,System.Drawing.Graphics,System.Drawing.Image,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

See Also