D2D1_FACTORY_OPTIONS結構 D2D1_FACTORY_TYPE列舉 D2D1_FEATURE_LEVEL列舉 D2D1_FIGURE_BEGIN列舉 D2D1_FIGURE_END列舉 D2D1_FILL_MODE列舉 D2D1_GAMMA列舉 D2D1_GEOMETRY_RELATION列舉 D2D1_GEOMETRY_SIMPLIFICATION_OPTION列舉 D2D1_GRADIENT_STOP結構 D2D1_HWND_RENDER_TARGET_PROPERTIES 結構 ...
包含ID2D1Factory 对象的调试级别。语法C++ 复制 typedef struct D2D1_FACTORY_OPTIONS { D2D1_DEBUG_LEVEL debugLevel; } D2D1_FACTORY_OPTIONS; 成员debugLevel类型: D2D1_DEBUG_LEVELID2D1Factory 对象的调试级别。注解若要启用调试,必须安装 Direct2D 调试层。
D2D1CreateFactory(D2D1_FACTORY_TYPE,REFIID,D2D1_FACTORY_OPTIONS*,void**)创建可用于创建 Direct2D 资源的工厂对象。
HRESULTD2D1CreateFactory( [in] D2D1_FACTORY_TYPE factoryType, [in] REFIID riid, [in, optional]constD2D1_FACTORY_OPTIONS *pFactoryOptions, [out]void**ppIFactory ); Parameter [in] factoryType Typ:D2D1_FACTORY_TYPE Das Threadingmodell der Factory und die ressourcen, die erstellt werden. ...
D2D1_FACTORY_OPTIONS 结构 D2D1_FACTORY_TYPE 枚举 D2D1_FEATURE_LEVEL枚举 D2D1_FIGURE_BEGIN 枚举 D2D1_FIGURE_END 枚举 D2D1_FILL_MODE 枚举 D2D1_GAMMA 枚举 D2D1_GEOMETRY_RELATION 枚举 D2D1_GEOMETRY_SIMPLIFICATION_OPTION 枚举 D2D1_GRADIENT_STOP 结构 ...
HRESULT D2D1CreateFactory( [in] D2D1_FACTORY_TYPE factoryType, [in] REFIID riid, [in, optional] const D2D1_FACTORY_OPTIONS *pFactoryOptions, [out] void **ppIFactory ); 参数 [in] factoryType 类型:D2D1_FACTORY_TYPE 工厂的线程模型及其创建的资源。 [in] riid 类型:REFIID 对使用 __uuidof(ID2...
Type:constD2D1_FACTORY_OPTIONS* The level of detail provided to the debugging layer. [out] ppIFactory Type:void** When this method returns, contains the address to a pointer to the new factory. Return value Type:HRESULT If the function succeeds, it returnsS_OK. Otherwise, it returns anHRES...
Type:constD2D1_FACTORY_OPTIONS* The level of detail provided to the debugging layer. [out] ppIFactory Type:void** When this method returns, contains the address to a pointer to the new factory. Return value Type:HRESULT If the function succeeds, it returnsS_OK. Otherwise, it returns anHRES...
D2D1_COMPATIBLE_RENDER_TARGET_OPTIONS enumeration D2D1_DASH_STYLE enumeration D2D1_DC_INITIALIZE_MODE enumeration D2D1_DEBUG_LEVEL enumeration D2D1_DRAW_TEXT_OPTIONS enumeration D2D1_DRAWING_STATE_DESCRIPTION structure D2D1_ELLIPSE structure D2D1_EXTEND_MODE enumeration D2D1_FACTORY_OPTIONS structure D2D1_FACTOR...
HRESULT D2D1CreateFactory( [in] D2D1_FACTORY_TYPE factoryType, [in] REFIID riid, [in, optional] const D2D1_FACTORY_OPTIONS *pFactoryOptions, [out] void **ppIFactory ); 参数[in] factoryType类型:D2D1_FACTORY_TYPE工厂的线程模型及其创建的资源。[...