API:Vcl.Themes.TCustomStyleServices.GetElementSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetElementSize(DC: HDC; Details: TThemedElementDetails;  ElementSize: TElementSize; out Size: TSize): Boolean; overload;
function GetElementSize(DC: HDC; Details: TThemedElementDetails;  const Rect: TRect; ElementSize: TElementSize; out Size: TSize): Boolean; overload;

C++

bool __fastcall GetElementSize(HDC DC, const TThemedElementDetails &Details, TElementSize ElementSize, /* out */ System::Types::TSize &Size)/* overload */;
bool __fastcall GetElementSize(HDC DC, const TThemedElementDetails &Details, const System::Types::TRect &Rect, TElementSize ElementSize, /* out */ System::Types::TSize &Size)/* overload */;

Properties

Type Visibility Source Unit Parent
function public
Vcl.Themes.pas
Vcl.Themes.hpp
Vcl.Themes TCustomStyleServices

Description

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!