Enumeration GeometryType

GoJS® Diagramming Components
version 3.0.1
by Northwoods Software®

This enumeration specifies possible values for Geometry.type.

since

3.0

Index

Enumeration Members

Enumeration Members

For drawing an ellipse fitting within a rectangle.

The ellipse fits within the rectangle that goes from the point (Geometry.startX, Geometry.startY) to the point (Geometry.endX, Geometry.endY).

For drawing a simple straight line.

The line goes from the point (Geometry.startX, Geometry.startY) to the point (Geometry.endX, Geometry.endY).

For drawing a complex path made of a list of PathFigures

For drawing a rectangle.

The rectangle goes from the point from the point (Geometry.startX, Geometry.startY) to the point (Geometry.endX, Geometry.endY).