Click or drag to resize

StiControlPaintDrawImageBackground Method

[Missing <summary> documentation for "M:Stimulsoft.Base.Drawing.StiControlPaint.DrawImageBackground(System.Drawing.Graphics,System.Drawing.Image,System.Drawing.Rectangle)"]

Namespace:  Stimulsoft.Base.Drawing
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
public static void DrawImageBackground(
	Graphics g,
	Image image,
	Rectangle rect
)

Parameters

g
Type: System.DrawingGraphics

[Missing <param name="g"/> documentation for "M:Stimulsoft.Base.Drawing.StiControlPaint.DrawImageBackground(System.Drawing.Graphics,System.Drawing.Image,System.Drawing.Rectangle)"]

image
Type: System.DrawingImage

[Missing <param name="image"/> documentation for "M:Stimulsoft.Base.Drawing.StiControlPaint.DrawImageBackground(System.Drawing.Graphics,System.Drawing.Image,System.Drawing.Rectangle)"]

rect
Type: System.DrawingRectangle

[Missing <param name="rect"/> documentation for "M:Stimulsoft.Base.Drawing.StiControlPaint.DrawImageBackground(System.Drawing.Graphics,System.Drawing.Image,System.Drawing.Rectangle)"]

See Also