ButtonsMetaData(String, Size) Constructor

Constructor of the ButtonsMetaData with a specified SVG image.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.2.9018.0
C#
public ButtonsMetaData(
	string[] svgPaths,
	Size svgSize
)

Parameters

svgPaths  String
SVG path to use as an image for the toolbox button.
svgSize  Size
Size of the result image, generated from the svgPaths.

See Also