Vcl.GraphUtil.DrawArrow

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DrawArrow(ACanvas: TCanvas; Direction: TScrollDirection; Location: TPoint; Size: Integer);

C++

extern DELPHI_PACKAGE void __fastcall DrawArrow(Vcl::Graphics::TCanvas* ACanvas, TScrollDirection Direction, const System::Types::TPoint &Location, int Size);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.GraphUtil.pas
Vcl.GraphUtil.hpp
Vcl.GraphUtil Vcl.GraphUtil

Description

Draws an arrow on a TCanvas.

DrawArrow draws an arrow on the selected TCanvas.

ACanvas represents the TCanvas used for drawing.

Direction represents the direction to which the arrow is pointing.

Location represents the starting location from where the arrow is drawn.

Size represents the size of the arrow.

See Also