Defines the orientation of a shape
Namespace: RSGraphics
Delphi
|
type
TRSShapeOrientation = (soUp, soDown, soLeft, soRight);
|
|
Name
|
Description
|
|
soDown
|
Represents constant soDown.
|
|
soLeft
|
Represents constant soLeft.
|
|
soRight
|
Represents constant soRight.
|
|
soUp
|
Represents constant soUp.
|
Top
|
Reference
•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 |