ButtonsMetaData(String, Size) Constructor
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.2.9018.0
public ButtonsMetaData(
string[] svgPaths,
Size svgSize
)
Public Sub New (
svgPaths As String(),
svgSize As Size
)
public:
ButtonsMetaData(
array<String^>^ svgPaths,
Size svgSize
)
new :
svgPaths : string[] *
svgSize : Size -> ButtonsMetaData
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.