Navigation: Code Documentation > RSVclCommon > RSGraphics > Enumerations
TRSShapeType Enumeration
Defines a shape type
Namespace: RSGraphics
Delphi
type TRSShapeType = (sRect, sCircle, sIsoscelesTriangle, sRightTriangle);
Name
Description
sCircle
Represents constant sCircle.
sIsoscelesTriangle
Represents constant sIsoscelesTriangle.
sRect
Represents constant sRect.
sRightTriangle
Represents constant sRightTriangle.
Top
•RSGraphics.ProgressCircle(TCanvas,TCanvasRect,Integer,Integer,Integer,Integer,TColors,Boolean,Integer,TRSShapeType,TRSShapeOrientation,Boolean,Integer,Integer,TProgressDirection,TProgressDisplayType)
•RSGraphics.ProgressRect(TCanvas,TCanvasRect,Integer,Integer,Integer,Integer,TColors,Boolean,Integer,TRSShapeType,TRSShapeOrientation,Boolean,Integer,Integer,TProgressOrientation,TProgressDirection,TProgressDisplayType)
•RSGraphics.DrawShape(TCanvas,TCanvasRect,TRSShapeType,TRSShapeOrientation,Boolean,TCanvasPixel)
•RSGraphics