D2D1_PROPERTY_BINDING

<summary> Defines a property binding to a function. The name must match the property defined in the registration schema. </summary>

Members

Variables

getFunction
PD2D1_PROPERTY_GET_FUNCTION getFunction;

<summary> The function that will be asked to write the output data. </summary>

propertyName
PCWSTR propertyName;

<summary> The name of the property. </summary>

setFunction
PD2D1_PROPERTY_SET_FUNCTION setFunction;

<summary> The function that will receive the data to set. </summary>

Meta