SetValueByName(String,PropertyType,IntPtr,Int32) Method
In This Topic
HRESULT ID2D1Properties::SetValueByName([In] const wchar_t* name,[In] D2D1_PROPERTY_TYPE type,[In, Buffer] const void* data,[In] unsigned int dataSize)
Syntax
'Declaration
Public Overloads Sub SetValueByName( _
ByVal As System.String, _
ByVal As PropertyType, _
ByVal As System.IntPtr, _
ByVal As System.Integer _
)
public void SetValueByName(
System.string ,
PropertyType ,
System.IntPtr ,
System.int
)
Parameters
- name
- type
- data
- dataSize
See Also