Error processing SSI file
LEADTOOLS JavaScript (Leadtools)

X Property (LeadRectD)

Show in webframe
Gets or sets the x-coordinate of the upper-left corner of this LeadRectD.
Syntax
get_x();
set_x(value);
Object.defineProperty('x');

Property Value

TypeDescription
doubleThe x-coordinate of this LeadRectD.
Remarks

If this LeadRectD is Empty, then trying to change its values will result in error.

See Also

Reference

LeadRectD Object
LeadRectD Members

Error processing SSI file