T2dGeometry

Abstract base class for 2-dimensional geometrical shapes.

Inheritance

LevelAncestorDescription
1TObjectUltimate ancestor in a class hierarchy
2TBaseObjectA base class for objects that can be used instead of TObject.
3TReferenceCountedObjectObject that keeps track of the number of times it is referenced from other objects
4TValueBase class for an immutable object that stores a value of a certain TType.
5T2dGeometry

Source

Geometry._2d.pas (29)

Methods

ScopeVisibilityResultNameDescription
InstancepublicTBooleanContains(Point: T2dFloatingPoint64Point) Returns True when Point lies within the interior of the geometry, including its edges.
InstancepublicTBooleanEdgeContains(Point: T2dFloatingPoint64Point) Returns True when Point lies on the outline of the geometry, that is, on one of its edges.
InstancepublicT2dFloatingPoint64RectangleGetBoundingRectangle()
InstancepublicT2dGeometryTransform(Transformation: T2dTransformation)
InstancepublicTInteger32GetWindingNumber(Point: T2dFloatingPoint64Point)
InstancepublicTBooleanIsClosed()
InstancepublicTBooleanIsValid()