Vcl.Direct2D.TDirect2DFont.Handle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Handle: IDWriteTextFormat read GetHandle;

C++

__property Winapi::D2d1::_di_IDWriteTextFormat Handle = {read=GetHandle};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Direct2D.pas
Vcl.Direct2D.hpp
Vcl.Direct2D TDirect2DFont

Description

Provides access to the Direct2D interface of this font.

The Handle property provides access to the Windows Direct2D interface. The interface exposed by the Handle property can be manipulated directly, but we highly recommend that you do not use it.

See Also