←Select platform

RippleCommandType Enumeration

Summary

This enumeration indicates how to handle exposed areas.

Syntax

C#
VB
WinRT C#
C++
public enum RippleCommandType 
  
Public Enum RippleCommandType  
   Inherits System.Enum 
   Implements 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

ValueMemberDescription
0ColorFill 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.
1RepeatStretch the image edges to fill the exposed area.
2NoChangeLeave the exposed area as is, without changing it.
Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.SpecialEffects Assembly