ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.DXGI Namespace / Surface2 Class / Create Method

In This Topic
    Create Method (Surface2)
    In This Topic
    Initializes a new sub resource surface instance of Surface2 class.
    Syntax
    'Declaration
     
    Public Shared Function Create( _
       ByVal resource As Resource1, _
       ByVal index As System.Integer _
    ) As Surface2
    public static Surface2 Create( 
       Resource1 resource,
       System.int index
    )

    Parameters

    resource
    index
    See Also