1using System.Threading.Tasks;
18 : base(Document, Parent)
35 return new Polygon(Document, Parent);
46 using (SKPath
Path =
new SKPath())
67 SKPaint Pen = await this.
TryGetPen(State);
73 await base.Draw(State);
Contains a 2D layout document.
SKCanvas Canvas
Current drawing canvas.
bool defined
If element is well-defined.
Defines a vertex in the graf
float YCoordinate
Measured Y-coordinate
float XCoordinate
Measured X-coordinate
Base interface for all layout elements.