ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 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 Integer _
    ) As Surface2
    public static Surface2 Create( 
       Resource1 resource,
       int index
    )

    Parameters

    resource
    index
    See Also