This documentation is for the old version. Go to the latest Graphics Mill docs

Wave Properties

The Wave type exposes the following members.

Properties

Name Description
Public property BackgroundColor

Gets/sets background color for the distorted image.

Public property Completed

Returns value indicating if the operation is currently running.

(Inherited from SyncHandler.)
Public property EnlargeToFit

Gets/sets value that specifies whether to enlarge the image to fit entire distorted image (including wave peaks) or put it to the image of the same size (in this case wave peaks will be cut off).

Public property ExceptionThrowEnabled

Gets/sets value that specifies if to throw exception in synchronous mode.

(Inherited from SyncHandler.)
Public property HorizontalAmplitude

Gets/sets an amplitude for horizontal wave.

Public property HorizontalStartPhase

Gets/sets horizontal wave start phase (in degrees).

Public property HorizontalWavelength

Gets/sets length of the horizontal wave.

Public property InterpolationMode

Gets/sets interpolation algorithm used during wave transformation.

Public property Locked

Indicates if the object has been locked.

(Inherited from SyncHandler.)
Public property Priority

Gets/sets a priority for the auxilary thread.

(Inherited from SyncHandler.)
Public property SupportedPixelFormats

Returns an array of pixel formats that are supported by this transform.

(Inherited from BitmapTransform.)
Public property SynchronizationMode

Gets/sets synchronization mode for the object.

(Inherited from SyncHandler.)
Public property Timeout

Gets/sets value specifying maximum time for which object can be locked.

(Inherited from SyncHandler.)
Public property Unit

Gets/sets unit used to measure all the coordinates, sizes and other spatial values.

(Inherited from UnitConverterHandler.)
Public property VerticalAmplitude

Gets/sets an amplitude for vertical wave.

Public property VerticalStartPhase

Gets/sets vertical wave start phase (in degrees).

Public property VerticalWavelength

Gets/sets length of the vertical wave.

Public property WaveType

Gets/sets a form of the wave.

See Also

Reference