Scratch class

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.

The Scratch type exposes the following members:

Constructors

ConstructorDescription
Scratch()Constructor.

Properties

PropertyDescription
ixThe zero-based index of the element within its parent element.
aA general-purpose element.
bA general-purpose scratch element.
cA general-purpose element.
dA general-purpose element.
xSpecifies an x-coordinate on a shape in local coordinates. The following table describes the X element based on the element that contains it.
ySpecifies a y-coordinate on a shape in local coordinates. Local coordinates are those whose frame of reference is the shape, instead of the page.

Methods

MethodDescription
clone()Creates deep copy of this instance.

See Also