ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.Direct2D.Effects Namespace / TableTransfer Class / Create Method

In This Topic
    Create Method (TableTransfer)
    In This Topic
    Initializes a new instance of TableTransfer effect.
    Syntax
    'Declaration
     
    Public Shared Function Create( _
       ByVal context As DeviceContext _
    ) As TableTransfer
    public static TableTransfer Create( 
       DeviceContext context
    )

    Parameters

    context
    See Also