[]
        
(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
HueRotation
Implements
Inherited Members

Constructors

HueRotation(IntPtr)

Initializes a new instance of the HueRotation class.

public HueRotation(IntPtr nativePtr)

Parameters

nativePtr 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