Documents for Imaging .NET Edition | GCDocuments
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / HueRotationEffect Class / Get Method
The angle to rotate the hue, in degrees.

In This Topic
    Get Method (HueRotationEffect)
    In This Topic
    Returns an instance of the HueRotationEffect class.
    Syntax
    'Declaration
     
    Public Shared Function Get( _
       ByVal angleInDegrees As System.Single _
    ) As HueRotationEffect
    public static HueRotationEffect Get( 
       System.float angleInDegrees
    )

    Parameters

    angleInDegrees
    The angle to rotate the hue, in degrees.
    See Also