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


The following tables list the members exposed by BumpMapCommand.

Public Constructors

  Name Description
Public Constructor BumpMapCommand Constructor Overloaded.  Initializes a new BumpMapCommand class object with default parameters.  
Top

Public Properties

  Name Description
Public Property Azimuth Gets or sets a value that represents the azimuth. The azimuth describes the light source's angular position in the horizontal plane.  
Public Property Brightness Gets or sets the amount to change the resulting image intensity.  
Public Property BumpImage Gets or sets the RasterImage object that references the image used to create the texture pattern.  
Public Property BumpPoint Gets or sets the upper-left corner of the Bump rectangle.  
Public Property Depth Gets or sets a value that represents the apparent depth of the bump three-dimensional effect.  
Public Property DestinationPoint Gets or sets the upper-left corner of the destination rectangle.  
Public Property Elevation Gets or sets the elevation value. The elevation describes the light source's angular position in the vertical plane.  
Public Property HasProgress (Inherited from Leadtools.ImageProcessing.RasterCommand)
Public Property Intensity Gets or sets the amount to change the resulting image intensity.  
Public Property LookupTable Table of 256 integers containing lookup values that re-map bump image data.  
Public Property Tile Gets or sets a Boolean value that indicates whether to use tiling.  
Top

Public Methods

  Name Description
Public Method OnProgress (Inherited from Leadtools.ImageProcessing.RasterCommand)
Public Method raise_Progress (Inherited from Leadtools.ImageProcessing.RasterCommand)
Public Method Run (Inherited from Leadtools.ImageProcessing.RasterCommand)
Public Method ToString Overridden.  Overridden. Returns a meaningful name for this command.  
Top

Protected Methods

  Name Description
Protected Method raise__progress (Inherited from Leadtools.ImageProcessing.RasterCommand)
Top

Public Events

  Name Description
Public Event Progress (Inherited from Leadtools.ImageProcessing.RasterCommand)
Top

See Also