Click or drag to resize

StiControlPaintDrawImageDisabled Method (Graphics, Image, Int32, Int32)

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

Namespace:  Stimulsoft.Base.Drawing
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
public static void DrawImageDisabled(
	Graphics graphics,
	Image image,
	int x,
	int y
)

Parameters

graphics
Type: System.DrawingGraphics

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

image
Type: System.DrawingImage

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

x
Type: SystemInt32

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

y
Type: SystemInt32

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

See Also