Navigation: Code Documentation > RSVclCommon > RSGraphics > Enumerations
TRSCorner Enumeration
TRSCorner values identify the corners of a rectangle.
A TRSCorner value is used to specify the corner to be customized.
Namespace: RSGraphics
Delphi
type TRSCorner = ( crTopLeft, crTopRight, crBottomLeft, crBottomRight);
Name
Description
crBottomLeft
Identifies the lower-left corner.
crBottomRight
Identifies the lower-right corner.
crTopLeft
Identifies the upper-left corner.
crTopRight
Identifies the upper-right corner.
Top
•RSGraphics.TRSCorners
•RSGraphics.TRSPathData.AddRectangle(TRSRect,Single,Single,TRSCorners,TRSCornerType)
•RSGraphics