Enum GeometryType
This enumeration specifies possible values for Type.
Namespace: Northwoods.Go
Assembly: Northwoods.GoDiagram.Avalonia.dll
Syntax
public enum GeometryType
Fields
Name | Description |
---|---|
Ellipse | For drawing a rectangle. The rectangle goes from the point (StartX, StartY) to the point (EndX, EndY). |
Line | For drawing a simple straight line. The line goes from the point (StartX, StartY) to the point (EndX, EndY). |
Path | For drawing a complex path made of a list of PathFigures. |
Rectangle | For drawing an ellipse fitting within a rectangle. The ellipse fits within the rectangle that goes from the point (StartX, StartY) to the point (EndX, EndY). |