[]
        
(Showing Draft Content)

GrapeCity.Documents.DX.Direct2D.PropertyBinding

Class PropertyBinding

Namespace
GrapeCity.Documents.DX.Direct2D
Assembly
GcDocs.DX.Windows.dll

D2D1_PROPERTY_BINDING

public class PropertyBinding
Inheritance
object
PropertyBinding
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Fields

GetFunction

__function__stdcall* getFunction

public IntPtr GetFunction

Field Value

System.IntPtr

PropertyName

const wchar_t* propertyName

public string PropertyName

Field Value

string

SetFunction

__function__stdcall* setFunction

public IntPtr SetFunction

Field Value

System.IntPtr

Properties

TypeName

Gets the type of the property.

public string TypeName { get; }

Property Value

string

Methods

Get(Type, PropertyInfo)

Gets binding for the specified customEffectType and propertyInfo.

public static PropertyBinding Get(Type customEffectType, PropertyInfo propertyInfo)

Parameters

customEffectType System.Type
propertyInfo System.Reflection.PropertyInfo

Returns

PropertyBinding