Vcl.Graphics.TPenData

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

  TPenData = record
    Handle: HPen;
    Color: TColor;
    Width: Integer;
    Style: TPenStyle;
  end;

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. Please help us document this topic by using the Discussion page!