[]
HRESULT ID2D1Properties::GetValueByName([In] const wchar_t* name,[In] D2D1_PROPERTY_TYPE type,[Out, Buffer] void* data,[In] unsigned int dataSize)
public void GetValueByName(string name, PropertyType type, IntPtr data, int dataSize)
| Type | Name | Description |
|---|---|---|
| string | name | |
| PropertyType | type | |
| IntPtr | data | |
| int | dataSize |