ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.Direct2D Namespace / Properties Class / GetSubProperties Method

In This Topic
    GetSubProperties Method
    In This Topic
    HRESULT ID2D1Properties::GetSubProperties([In] unsigned int index,[Out, Optional] ID2D1Properties** subProperties)
    Syntax
    'Declaration
     
    Public Function GetSubProperties( _
       ByVal index As System.Integer _
    ) As Properties
    public Properties GetSubProperties( 
       System.int index
    )

    Parameters

    index
    See Also