Class JSSVGImageConstructor
Inherited Members
FunctionInstance.ToStringJS()
FunctionInstance.ToString()
FunctionInstance.InstancePrototype
FunctionInstance.Name
FunctionInstance.Length
FunctionInstance.IsConstructor
ObjectInstance.GetPropertyValue(PropertyReference)
ObjectInstance.ToLocaleString()
ObjectInstance.ValueOf()
ObjectInstance.PopulateFunctions()
ObjectInstance.PopulateFields()
ObjectInstance.Engine
ObjectInstance.Prototype
ObjectInstance.Properties
ObjectInstance.OwnKeys
Namespace: Quantellia.WMServer.Execution.Model.JS
Assembly: WMServer.dll
Syntax
public class JSSVGImageConstructor : ClrFunction
Constructors
JSSVGImageConstructor(ScriptEngine)
Constructor for the JSDataReader constructor class. Makes principal info available to javascript methods.
Declaration
public JSSVGImageConstructor(ScriptEngine engine)
Parameters
| Type | Name | Description |
|---|---|---|
| ScriptEngine | engine |
Methods
Construct(int, int)
Jurassic factory method. Loads the JSDataReader instance with principal info.
Declaration
[JSConstructorFunction]
public JSSVGImage Construct(int Width, int Height)
Parameters
| Type | Name | Description |
|---|---|---|
| int | Width | |
| int | Height |
Returns
| Type | Description |
|---|---|
| JSSVGImage |