Class Scratch
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.
public class Scratch : ICloneable
Constructors
Name | Description |
---|
Scratch() | Constructor. |
Properties
Name | Description |
---|
A { get; set; } | A general-purpose element. |
B { get; set; } | A general-purpose scratch element. |
C { get; set; } | A general-purpose element. |
D { get; set; } | A general-purpose element. |
Del { get; set; } | A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally. |
IX { get; set; } | The zero-based index of the element within its parent element. |
X { get; set; } | Specifies an x-coordinate on a shape in local coordinates. The following table describes the X element based on the element that contains it. |
Y { get; set; } | Specifies 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
Name | Description |
---|
Clone() | Creates deep copy of this instance. |
See Also