[]
        
(Showing Draft Content)

C1.Util.DX.Direct2D.Properties.GetComObjectValue

GetComObjectValue Method

GetComObjectValue<T>(int)

Gets the value of the specified property by index.

Declaration
public T GetComObjectValue<T>(int index) where T : ComObject
Parameters
Type Name Description
int index

The index of the property from which the data is to be obtained.

Returns
Type Description
T

The value of the specified property by index.

Type Parameters
Name Description
T