[]
HRESULT D2D1CreateFactory([In] D2D1_FACTORY_TYPE factoryType,[In] const GUID& riid,[In, Optional] const D2D1_FACTORY_OPTIONS* pFactoryOptions,[Out] void** ppIFactory)
public static bool CreateFactory(FactoryType factoryType, Guid riid, FactoryOptions? factoryOptionsRef, out IntPtr iFactoryOut)
Type | Name | Description |
---|---|---|
FactoryType | factoryType | |
Guid | riid | |
FactoryOptions? | factoryOptionsRef | |
IntPtr | iFactoryOut |
Type | Description |
---|---|
bool |