[]
HRESULT ID2D1Factory1::RegisterEffectFromString([In] const GUID& classId,[In] const wchar_t* propertyXml,[In, Buffer, Optional] const D2D1_PROPERTY_BINDING* bindings,[In] unsigned int bindingsCount,[In] const __function__stdcall* effectFactory)
public void RegisterEffectFromString(Guid classId, string ropertyXmlRef, PropertyBinding[] bindings, int bindingsCount, FunctionCallback effectFactory)
| Type | Name | Description |
|---|---|---|
| Guid | classId | |
| string | ropertyXmlRef | |
| PropertyBinding[] | bindings | |
| int | bindingsCount | |
| FunctionCallback | effectFactory |