Click or drag to resize

StiImageHelperRotateImage Method

[Missing <summary> documentation for "M:Stimulsoft.Report.Helpers.StiImageHelper.RotateImage(System.Drawing.Image,Stimulsoft.Report.Components.StiImageRotation,System.Boolean)"]

Namespace:  Stimulsoft.Report.Helpers
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public static Image RotateImage(
	Image image,
	StiImageRotation rotation,
	bool disposeOriginal = false
)

Parameters

image
Type: System.DrawingImage

[Missing <param name="image"/> documentation for "M:Stimulsoft.Report.Helpers.StiImageHelper.RotateImage(System.Drawing.Image,Stimulsoft.Report.Components.StiImageRotation,System.Boolean)"]

rotation
Type: Stimulsoft.Report.ComponentsStiImageRotation

[Missing <param name="rotation"/> documentation for "M:Stimulsoft.Report.Helpers.StiImageHelper.RotateImage(System.Drawing.Image,Stimulsoft.Report.Components.StiImageRotation,System.Boolean)"]

disposeOriginal (Optional)
Type: SystemBoolean

[Missing <param name="disposeOriginal"/> documentation for "M:Stimulsoft.Report.Helpers.StiImageHelper.RotateImage(System.Drawing.Image,Stimulsoft.Report.Components.StiImageRotation,System.Boolean)"]

Return Value

Type: Image

[Missing <returns> documentation for "M:Stimulsoft.Report.Helpers.StiImageHelper.RotateImage(System.Drawing.Image,Stimulsoft.Report.Components.StiImageRotation,System.Boolean)"]

See Also