ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.Direct2D.Effects Namespace / ColorMatrix Class / Create Method

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

    Parameters

    context
    See Also