Navigation: Code Documentation > RSFMXCommon > FMX.RS.Graphics > Enumerations
TConnectionPoint Enumeration
Defines a point on a rectangle that could be used for connecting a line and a rectangle, such as with flowcharts.
Namespace: FMX.RS.Graphics
Delphi
type TConnectionPoint = ( cpTop, cpTopRight, cpRight, cpBottomRight, cpBottom, cpBottomLeft, cpLeft, cpTopLeft );
Name
Description
cpBottom
Represents constant cpBottom.
cpBottomLeft
Represents constant cpBottomLeft.
cpBottomRight
Represents constant cpBottomRight.
cpLeft
Represents constant cpLeft.
cpRight
Represents constant cpRight.
cpTop
Represents constant cpTop.
cpTopLeft
Represents constant cpTopLeft.
cpTopRight
Represents constant cpTopRight.
Top
•FMX.RS.Graphics