ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Direct2D.Effects Namespace / HueRotation Class / Create Method

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

    Parameters

    context
    See Also