←Select platform

ZoomWaveCommandType Enumeration

Summary

Flags that indicate how to handle exposed areas

Syntax
C#
VB
C++
public enum ZoomWaveCommandType 
  
Public Enum ZoomWaveCommandType  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
public enum class ZoomWaveCommandType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   

Members

ValueMemberDescription
0ColorFill any exposed areas with ZoomWaveCommand.FillColor or the fillColor parameter of the appropriate ZoomWaveCommand Constructor.
1RepeatStretch the image edges to fill the exposed area.
2NoChangeLeave the exposed area as is, without changing it.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.SpecialEffects Assembly