Vcl.GraphUtil.DrawChevron

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

extern DELPHI_PACKAGE void __fastcall DrawChevron(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 a chevron on a TCanvas.

DrawChevron draws a chevron on a TCanvas.

ACanvas represents the TCanvas used for drawing.

Direction represents the direction to which the chevron is pointing.

Location represents starting location from where the chevron is drawn.

Size represents the size of the chevron.

See Also