←Select platform

RippleCommandType Enumeration

Summary
This enumeration indicates how to handle exposed areas.
Syntax
C#
C++/CLI
Python
public enum RippleCommandType 
public enum class RippleCommandType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   
class RippleCommandType(Enum): 
   Color = 0 
   Repeat = 1 
   NoChange = 2 
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 22.0.2023.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.SpecialEffects Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.