C#
VB
WinRT C#
C++
This enumeration indicates how to handle exposed areas.
public enum RippleCommandType Public Enum RippleCommandTypeInherits System.EnumImplements System.IComparable, System.IConvertible, System.IFormattable
public enum RippleCommandType : System.IComparable, System.IConvertible, System.IFormattable Leadtools.ImageProcessing.SpecialEffects.RippleCommandType = function() { };Leadtools.ImageProcessing.SpecialEffects.RippleCommandType.prototype = {Color = 0x00000000,Repeat = 0x00000001,NoChange = 0x00000002,};
public enum class RippleCommandType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable Members
| Value | Member | Description |
|---|---|---|
| 0 | Color | Fill any exposed areas with the color stored in the FillColor property of the RippleCommand class, or the fillColor parameter if you are using the appropriate RippleCommand Constructor. |
| 1 | Repeat | Stretch the image edges to fill the exposed area. |
| 2 | NoChange | Leave the exposed area as is, without changing it. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
