ComponentOne Bitmap for UWP
C1.UWP.DX 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