Click or drag to resize

StiSvgHelperDrawSvg Method

[Missing <summary> documentation for "M:Stimulsoft.Base.Helpers.StiSvgHelper.DrawSvg(System.Byte[],System.Drawing.RectangleF,System.Boolean,System.Boolean,System.Double,System.Drawing.Graphics)"]

Namespace:  Stimulsoft.Base.Helpers
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
public static bool DrawSvg(
	byte[] svgObject,
	RectangleF rect,
	bool stretch,
	bool aspectRatio,
	double zoom,
	Graphics gr
)

Parameters

svgObject
Type: SystemByte

[Missing <param name="svgObject"/> documentation for "M:Stimulsoft.Base.Helpers.StiSvgHelper.DrawSvg(System.Byte[],System.Drawing.RectangleF,System.Boolean,System.Boolean,System.Double,System.Drawing.Graphics)"]

rect
Type: System.DrawingRectangleF

[Missing <param name="rect"/> documentation for "M:Stimulsoft.Base.Helpers.StiSvgHelper.DrawSvg(System.Byte[],System.Drawing.RectangleF,System.Boolean,System.Boolean,System.Double,System.Drawing.Graphics)"]

stretch
Type: SystemBoolean

[Missing <param name="stretch"/> documentation for "M:Stimulsoft.Base.Helpers.StiSvgHelper.DrawSvg(System.Byte[],System.Drawing.RectangleF,System.Boolean,System.Boolean,System.Double,System.Drawing.Graphics)"]

aspectRatio
Type: SystemBoolean

[Missing <param name="aspectRatio"/> documentation for "M:Stimulsoft.Base.Helpers.StiSvgHelper.DrawSvg(System.Byte[],System.Drawing.RectangleF,System.Boolean,System.Boolean,System.Double,System.Drawing.Graphics)"]

zoom
Type: SystemDouble

[Missing <param name="zoom"/> documentation for "M:Stimulsoft.Base.Helpers.StiSvgHelper.DrawSvg(System.Byte[],System.Drawing.RectangleF,System.Boolean,System.Boolean,System.Double,System.Drawing.Graphics)"]

gr
Type: System.DrawingGraphics

[Missing <param name="gr"/> documentation for "M:Stimulsoft.Base.Helpers.StiSvgHelper.DrawSvg(System.Byte[],System.Drawing.RectangleF,System.Boolean,System.Boolean,System.Double,System.Drawing.Graphics)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Stimulsoft.Base.Helpers.StiSvgHelper.DrawSvg(System.Byte[],System.Drawing.RectangleF,System.Boolean,System.Boolean,System.Double,System.Drawing.Graphics)"]

See Also