Vcl.Graphics.TPenData

提供: RAD Studio API Documentation
移動先: 案内検索

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;
};

プロパティ

種類 可視性 ソース ユニット
record
struct
public
Vcl.Graphics.pas
Vcl.Graphics.hpp
Vcl.Graphics Vcl.Graphics

説明

このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。