[]
        
(Showing Draft Content)

GrapeCity.Documents.DX.Direct2D.Effects.HueRotation

Class HueRotation

Namespace
GrapeCity.Documents.DX.Direct2D.Effects
Assembly
GcDocs.DX.Windows.dll

Builtin HueRotate effect.

public class HueRotation : Effect, IDisposable, IUnknown
Inheritance
object
HueRotation
Implements
System.IDisposable
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Constructors

HueRotation(IntPtr)

Initializes a new instance of the HueRotation class.

public HueRotation(IntPtr nativePtr)

Parameters

nativePtr System.IntPtr

The native pointer.

Properties

Angle

The angle to rotate the hue, in degrees.

public float Angle { get; set; }

Property Value

float

Methods

Create(DeviceContext)

Initializes a new instance of HueRotation effect.

public static HueRotation Create(DeviceContext context)

Parameters

context DeviceContext

Returns

HueRotation