Vcl.Direct2D.D2DFactory

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function D2DFactory(factoryType: TD2D1FactoryType=D2D1_FACTORY_TYPE_SINGLE_THREADED;
factoryOptions: PD2D1FactoryOptions=nil): ID2D1Factory;

C++

extern DELPHI_PACKAGE Winapi::D2d1::_di_ID2D1Factory __fastcall D2DFactory(Winapi::D2d1::TD2D1FactoryType factoryType = (D2D1_FACTORY_TYPE)(0x0), Winapi::D2d1::PD2D1FactoryOptions factoryOptions = (Winapi::D2d1::PD2D1FactoryOptions)(0x0));

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
Vcl.Direct2D.pas
Vcl.Direct2D.hpp
Vcl.Direct2D Vcl.Direct2D

Beschreibung

D2DFactory wird intern verwendet.

D2DFactory wird intern zur Unterstützung der Direct2D-Zeichenfläche verwendet.