Vcl.Controls.TCanvasDC

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

begin
case Alignment of
taLeftJustify:  Alignment := taRightJustify;

C++

typedef HDC TCanvasDC;

Properties

Type Visibility Source Unit Parent
type
typedef
public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls Vcl.Controls

Description

TCanvasDC is an alias to HDC.

TCanvasDC is an alias to HDC (handle to a device context).

See Also