ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.Direct2D Namespace / Properties Class / GetPropertyName Method / GetPropertyName(Int32,IntPtr,Int32) Method

In This Topic
    GetPropertyName(Int32,IntPtr,Int32) Method
    In This Topic
    HRESULT ID2D1Properties::GetPropertyName([In] unsigned int index,[Out, Buffer] wchar_t* name,[In] unsigned int nameCount)
    Syntax
    'Declaration
     
    Public Overloads Sub GetPropertyName( _
       ByVal index As System.Integer, _
       ByVal name As System.IntPtr, _
       ByVal nameCount As System.Integer _
    ) 
    public void GetPropertyName( 
       System.int index,
       System.IntPtr name,
       System.int nameCount
    )

    Parameters

    index
    name
    nameCount
    See Also