Scratch
Contents
[
Hide
]Scratch class
Contains a work area for entering and testing formulas that are referred to by other elements. This element is typically used to isolate repeated complex calculations.
Scratch()
Constructor.
Properties
| Name | Type | Description |
|---|---|---|
| IX | int | The zero-based index of the element within its parent element. |
| Del | int | A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted loca |
| A | Value | A general-purpose element. |
| B | Value | A general-purpose scratch element. |
| C | Value | A general-purpose element. |
| D | Value | A general-purpose element. |
| X | DoubleValue | Specifies an x-coordinate on a shape in local coordinates. The following table describes the X element based on the elem |
| Y | DoubleValue | Specifies a y-coordinate on a shape in local coordinates. Local coordinates are those whose frame of reference is the sh |
Methods
| Name | Description |
|---|---|
| deepClone | Creates deep copy of this instance. |