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

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

    Parameters

    context
    See Also