DrawArrow(TCanvas,TPoints,TCanvasPixel,String,TArrowOptions,TCanvasPixel,TCanvasPixel,Single,TCanvasColor) Method |
Scroll Prev Top Next More |
Draws a polygon with arrow heads
Namespace: FMX.RS.Graphics
Delphi |
procedure DrawArrow(const Canvas: TCanvas; |
Parameters
Canvas
Type: TCanvas
Canvas to draw on
Points
Type: TPoints
Polygon
HeadLength
Type: System.Void
Size in pixels of the arrow head
Caption
Type: String
Text string to label the arrow with
Options
Type: TArrowOptions
Options for drawing arrow heads and caption
Width
Type: System.Void
Width of line
CaptionSpan
Type: System.Void
Which line segment should contain the caption, -1 means the middle
Opacity
Type: Single
Transparency of the arrow (FMX only)
FontColor
Type: System.Void
Color of the caption (FMX only)
Reference•DrawArrow(TCanvas,TCanvasPixel,TCanvasPixel,TCanvasPixel,TCanvasPixel,TCanvasPixel,string,TArrowOptions,TCanvasPixel,Single) •DrawArrow(TCanvas,TRSPoints,TCanvasPixel,string,TArrowOptions,TCanvasPixel,TCanvasPixel,Single) •FMX.RS.Graphics.DrawShape(TCanvas,TCanvasRect,TRSShapeType,TRSShapeOrientation,Boolean,TCanvasPixel) •FMX.RS.Graphics.DrawDonutSlice(TCanvas,TCanvasRect,Double,Double,Integer,Double,Double,Single) •FMX.RS.Graphics.DrawPieSlice(TCanvas,TCanvasRect,Double,Double,Double,Integer,Single) •FMX.RS.Graphics.DrawPieSlice(TCanvas,TCanvasRect,Double,Double,Integer,Single) |