Vcl.Graphics.TBrush.Handle

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

Delphi

property Handle: HBrush read GetHandle write SetHandle;

C++

__property HBRUSH Handle = {read=GetHandle, write=SetHandle, nodefault};

プロパティ

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

説明

Handle プロパティは,システムブラシのハンドルへのアクセスを提供します。

Handle プロパティは,Windows GDI オブジェクトハンドルへのアクセスを提供します。TBrush オブジェクトは Windows の HBRUSH オブジェクトをカプセル化し,四角形や楕円などの図形を色または模様で塗りつぶします。