Click or drag to resize

StiBarCodeTypeServiceBaseDrawImage Method

[Missing <summary> documentation for "M:Stimulsoft.Report.BarCodes.StiBarCodeTypeService.BaseDrawImage(System.Object,System.Drawing.Image,Stimulsoft.Report.StiReport,System.Single,System.Single,System.Single,System.Single)"]

Namespace:  Stimulsoft.Report.BarCodes
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
protected virtual void BaseDrawImage(
	Object context,
	Image image,
	StiReport report,
	float x,
	float y,
	float width,
	float height
)

Parameters

context
Type: SystemObject

[Missing <param name="context"/> documentation for "M:Stimulsoft.Report.BarCodes.StiBarCodeTypeService.BaseDrawImage(System.Object,System.Drawing.Image,Stimulsoft.Report.StiReport,System.Single,System.Single,System.Single,System.Single)"]

image
Type: System.DrawingImage

[Missing <param name="image"/> documentation for "M:Stimulsoft.Report.BarCodes.StiBarCodeTypeService.BaseDrawImage(System.Object,System.Drawing.Image,Stimulsoft.Report.StiReport,System.Single,System.Single,System.Single,System.Single)"]

report
Type: Stimulsoft.ReportStiReport

[Missing <param name="report"/> documentation for "M:Stimulsoft.Report.BarCodes.StiBarCodeTypeService.BaseDrawImage(System.Object,System.Drawing.Image,Stimulsoft.Report.StiReport,System.Single,System.Single,System.Single,System.Single)"]

x
Type: SystemSingle

[Missing <param name="x"/> documentation for "M:Stimulsoft.Report.BarCodes.StiBarCodeTypeService.BaseDrawImage(System.Object,System.Drawing.Image,Stimulsoft.Report.StiReport,System.Single,System.Single,System.Single,System.Single)"]

y
Type: SystemSingle

[Missing <param name="y"/> documentation for "M:Stimulsoft.Report.BarCodes.StiBarCodeTypeService.BaseDrawImage(System.Object,System.Drawing.Image,Stimulsoft.Report.StiReport,System.Single,System.Single,System.Single,System.Single)"]

width
Type: SystemSingle

[Missing <param name="width"/> documentation for "M:Stimulsoft.Report.BarCodes.StiBarCodeTypeService.BaseDrawImage(System.Object,System.Drawing.Image,Stimulsoft.Report.StiReport,System.Single,System.Single,System.Single,System.Single)"]

height
Type: SystemSingle

[Missing <param name="height"/> documentation for "M:Stimulsoft.Report.BarCodes.StiBarCodeTypeService.BaseDrawImage(System.Object,System.Drawing.Image,Stimulsoft.Report.StiReport,System.Single,System.Single,System.Single,System.Single)"]

See Also