Click or drag to resize

DrawingUtilitiesSvgToRhinoDibIntPtr Method

Create bitmap of a given size from an svg string

Namespace:  Rhino.UI
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 8.0
Syntax
public static void SvgToRhinoDibIntPtr(
	string svg,
	int width,
	int height,
	bool adjustForDarkMode,
	IntPtr pRhinoDib
)

Parameters

svg
Type: SystemString

[Missing <param name="svg"/> documentation for "M:Rhino.UI.DrawingUtilities.SvgToRhinoDibIntPtr(System.String,System.Int32,System.Int32,System.Boolean,System.IntPtr)"]

width
Type: SystemInt32

[Missing <param name="width"/> documentation for "M:Rhino.UI.DrawingUtilities.SvgToRhinoDibIntPtr(System.String,System.Int32,System.Int32,System.Boolean,System.IntPtr)"]

height
Type: SystemInt32

[Missing <param name="height"/> documentation for "M:Rhino.UI.DrawingUtilities.SvgToRhinoDibIntPtr(System.String,System.Int32,System.Int32,System.Boolean,System.IntPtr)"]

adjustForDarkMode
Type: SystemBoolean

[Missing <param name="adjustForDarkMode"/> documentation for "M:Rhino.UI.DrawingUtilities.SvgToRhinoDibIntPtr(System.String,System.Int32,System.Int32,System.Boolean,System.IntPtr)"]

pRhinoDib
Type: SystemIntPtr

[Missing <param name="pRhinoDib"/> documentation for "M:Rhino.UI.DrawingUtilities.SvgToRhinoDibIntPtr(System.String,System.Int32,System.Int32,System.Boolean,System.IntPtr)"]

Return Value

Type: 
See Also