Vcl.RibbonActnCtrls.DrawLine

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DrawLine(ACanvas: TCanvas; const AFromPt, AToPt: TPoint);

C++

extern DELPHI_PACKAGE void __fastcall DrawLine(Vcl::Graphics::TCanvas* ACanvas, const System::Types::TPoint &AFromPt, const System::Types::TPoint &AToPt);

Properties

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

Description

DrawLine draws a line on a Ribbon component.

This method is used draw components and their background.