Name | Description | |
---|---|---|
Properties Constructor | Initializes a new instance of the Properties class. |
The following tables list the members exposed by Properties.
Name | Description | |
---|---|---|
Properties Constructor | Initializes a new instance of the Properties class. |
Name | Description | |
---|---|---|
Cached | Gets or sets Cached property. | |
IsDisposed | Gets a value indicating whether this instance is disposed. (Inherited from C1.Util.DX.DisposeBase) | |
NativePointer | Get a pointer to the underlying Cpp Object (Inherited from C1.Util.DX.CppObject) | |
Tag | Gets or sets a custom user tag object to associate with this instance.. (Inherited from C1.Util.DX.CppObject) |
Name | Description | |
---|---|---|
Dispose | Overloaded. Clean up any resources being used. (Inherited from C1.Util.DX.ComObject) | |
GetBoolValue | Gets the value of the specified property by index. | |
GetBoolValueByName | Gets the value of the specified property by name. | |
GetColorFValue | Gets the value of the specified property by index. | |
GetColorFValueByName | Gets the value of the specified property by name. | |
GetComObjectValue<T> | Gets the value of the specified property by index. | |
GetComObjectValueByName<T> | Gets the value of the specified property by name. | |
GetEnumValue<T> | Gets the value of the specified property by index. | |
GetEnumValueByName<T> | Gets the value of the specified property by name. | |
GetFloatValue | Gets the value of the specified property by index. | |
GetFloatValueByName | Gets the value of the specified property by name. | |
GetGuidValue | Gets the value of the specified property by index. | |
GetGuidValueByName | Gets the value of the specified property by name. | |
GetIntValue | Gets the value of the specified property by index. | |
GetIntValueByName | Gets the value of the specified property by name. | |
GetMatrix3x2Value | Gets the value of the specified property by index. | |
GetMatrix3x2ValueByName | Gets the value of the specified property by name. | |
GetMatrix4x4Value | Gets the value of the specified property by index. | |
GetMatrix4x4ValueByName | Gets the value of the specified property by name. | |
GetMatrix5x4Value | Gets the value of the specified property by index. | |
GetMatrix5x4ValueByName | Gets the value of the specified property by name. | |
GetPoint2FValue | Gets the value of the specified property by index. | |
GetPoint2FValueByName | Gets the value of the specified property by name. | |
GetPropertyCount | unsigned int ID2D1Properties::GetPropertyCount() | |
GetPropertyIndex | unsigned int ID2D1Properties::GetPropertyIndex([In] const wchar_t* name) | |
GetPropertyName | Overloaded. Gets the number of characters for the given property name. | |
GetPropertyNameLength | unsigned int ID2D1Properties::GetPropertyNameLength([In] unsigned int index) | |
GetRectFValue | Gets the value of the specified property by index. | |
GetRectFValueByName | Gets the value of the specified property by name. | |
GetSubProperties | HRESULT ID2D1Properties::GetSubProperties([In] unsigned int index,[Out, Optional] ID2D1Properties** subProperties) | |
GetTypeInfo | D2D1_PROPERTY_TYPE ID2D1Properties::GetType([In] unsigned int index) | |
GetUIntValue | Gets the value of the specified property by index. | |
GetUIntValueByName | Gets the value of the specified property by name. | |
GetValue | Overloaded. Gets the value of the specified property by index. | |
GetValueByName | HRESULT ID2D1Properties::GetValueByName([In] const wchar_t* name,[In] D2D1_PROPERTY_TYPE type,[Out, Buffer] void* data,[In] unsigned int dataSize) | |
GetValueSize | unsigned int ID2D1Properties::GetValueSize([In] unsigned int index) | |
GetVector2Value | Gets the value of the specified property by index. | |
GetVector2ValueByName | Gets the value of the specified property by name. | |
GetVector3Value | Gets the value of the specified property by index. | |
GetVector3ValueByName | Gets the value of the specified property by name. | |
GetVector4Value | Gets the value of the specified property by index. | |
GetVector4ValueByName | Gets the value of the specified property by name. | |
QueryInterface | Overloaded. Query this instance for a particular COM GUID/interface support. (Inherited from C1.Util.DX.ComObject) | |
QueryInterfaceOrNull | Overloaded. Query instance for a particular COM GUID/interface support. (Inherited from C1.Util.DX.ComObject) | |
SetEnumValue<T> | Sets the named property to the given value. | |
SetValue | Overloaded. Sets the named property to the given value. | |
SetValueByName | Overloaded. Sets the named property to the given value. |
Name | Description | |
---|---|---|
Finalize | Releases unmanaged resources and performs other cleanup operations before the C1.Util.DX.DisposeBase is reclaimed by garbage collection. (Inherited from C1.Util.DX.DisposeBase) | |
FromTemp | Overloaded. Initializes this instance with a pointer from a temporary object and set the pointer of the temporary object to IntPtr.Zero. (Inherited from C1.Util.DX.CppObject) | |
NativePointerUpdated | Method called when the NativePointer is updated. (Inherited from C1.Util.DX.ComObject) | |
NativePointerUpdating | Method called when NativePointer is going to be update. (Inherited from C1.Util.DX.ComObject) | |
QueryInterfaceFrom<T> | Query Interface for a particular interface support and attach to the given instance. (Inherited from C1.Util.DX.ComObject) |
Name | Description | |
---|---|---|
Disposed | Occurs when this instance is fully disposed. (Inherited from C1.Util.DX.DisposeBase) | |
Disposing | Occurs when this instance is starting to be disposed. (Inherited from C1.Util.DX.DisposeBase) |
Explicit Type Conversion | Performs an explicit conversion from System.IntPtr to Properties. |