Vcl.Graphics.TPenData

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TPenData = record

C++

struct DECLSPEC_DRECORD TPenData
{
public:
    HPEN Handle;
    System::Uitypes::TColor Color;
    int Width;
    TPenStyle Style;
};

Properties

Type Visibility Source Unit Parent
record
struct
public
Vcl.Graphics.pas
Vcl.Graphics.hpp
Vcl.Graphics Vcl.Graphics

Description

Embarcadero Technologies does not currently have any additional information.