Click or drag to resize

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

[Missing <summary> documentation for "M:Stimulsoft.Report.Helpers.StiImageDialogPainter.Paint(System.Drawing.Rectangle,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(
	Rectangle rect,
	Graphics g,
	Image image,
	bool drawDragDrop,
	bool drawBorder,
	bool isImage,
	bool drawBackground = true
)

Parameters

rect
Type: System.DrawingRectangle

[Missing <param name="rect"/> documentation for "M:Stimulsoft.Report.Helpers.StiImageDialogPainter.Paint(System.Drawing.Rectangle,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.Drawing.Rectangle,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.Drawing.Rectangle,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.Drawing.Rectangle,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.Drawing.Rectangle,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.Drawing.Rectangle,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.Drawing.Rectangle,System.Drawing.Graphics,System.Drawing.Image,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

See Also