1using System.Threading.Tasks;
22 : base(Document, Parent)
32 set => this.x = value;
41 set => this.y = value;
50 set => this.@ref = value;
57 public override Task
FromXml(XmlElement Input)
63 return base.FromXml(Input);
72 base.ExportAttributes(Output);
85 base.CopyContents(Destination);
102 await base.DoMeasureDimensions(State);
107 this.xCoordinate = P.
X;
108 this.yCoordinate = P.
Y;
112 this.xCoordinate = 0;
113 this.yCoordinate = 0;
135 base.ExportStateAttributes(Output);
Contains a 2D layout document.
void Export(XmlWriter Output)
Exports the attribute.
void ExportState(XmlWriter Output)
Exports the state of the attribute.
LengthAttribute CopyIfNotPreset(Layout2DDocument ForDocument)
Copies the attribute object if undefined, or defined by an expression. Returns a reference to itself,...
StringAttribute CopyIfNotPreset(Layout2DDocument ForDocument)
Copies the attribute object if undefined, or defined by an expression. Returns a reference to itself,...
void IncludePoint(float X, float Y, float RX, float RY, float Angle)
Includes a point in the area measurement.
Layout2DDocument Document
Layout document.
Base interface for all layout elements.
Layout2DDocument Document
Layout document.
Represents a calculated point.
bool Ok
If point is successfully evaluated