Leadtools.ImageProcessing.Effects Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
DisplacementCommand Class Members
See Also  Properties  Methods  Events
Leadtools.ImageProcessing.Effects Namespace : DisplacementCommand Class


The following tables list the members exposed by DisplacementCommand.

Public Constructors

 NameDescription
Public ConstructorDisplacementCommand ConstructorOverloaded.  Initializes a new DisplacementCommand class object with default parameters.  
Top

Public Properties

 NameDescription
Public PropertyDisplacementMapImage Gets or sets the value that indicates the displacement image handle.  
Public PropertyFillColor Gets or sets the value that indicates the RasterColor value that specifies the fill color for any exposed areas.  
Public PropertyFlags Gets or sets the value that indicates the how to handle exposed areas, and the way to use the displacement map image.  
Public PropertyHasProgress (Inherited from Leadtools.ImageProcessing.RasterCommand)
Public PropertyHorizontalFactor Gets or sets the value that indicates the horizontal displacement factor, in percent of the image dimensions.  
Public PropertyVerticalFactor Gets or sets the value that indicates the vertical displacement factor, in percent of the image dimensions.  
Top

Public Methods

 NameDescription
Public MethodOnProgress (Inherited from Leadtools.ImageProcessing.RasterCommand)
Public Methodraise_Progress (Inherited from Leadtools.ImageProcessing.RasterCommand)
Public MethodRun (Inherited from Leadtools.ImageProcessing.RasterCommand)
Public MethodToStringOverridden.  Overridden. Returns a meaningful name for this command.  
Top

Protected Methods

Public Events

 NameDescription
Public EventProgress (Inherited from Leadtools.ImageProcessing.RasterCommand)
Top

See Also