Error processing SSI file
LEADTOOLS JavaScript (Leadtools)

FromJSON Method (LeadPointD)

Show in webframe
Converts a JSON-compatible dictionary object to a new LeadPointD instance.
Syntax
 function Leadtools.LeadPointD.fromJSON( 
   jsonObject 
)

Parameters

ParameterTypeDescription
jsonObjectobject

Return Value

TypeDescription
LeadPointD a new LeadPointD instance to describe the JSON object.
Remarks

The FromJSON method is meant for use only with JSON objects created via ToJSON from a LeadPointD instance. The ToJSON and FromJSON methods allow the transfer of LeadPointD data between .NET, Java, and JavaScript.

See Also

Reference

LeadPointD Object
LeadPointD Members

Error processing SSI file