LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
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

 NameDescription
public Constructor BumpMapCommand ConstructorOverloaded.   
Top

Public Properties

 NameDescription
public Property AzimuthGets or sets a value that represents the azimuth. The azimuth describes the light source's angular position in the horizontal plane.  
public Property BrightnessGets or sets the amount to change the resulting image intensity.  
public Property BumpImageGets or sets the RasterImage object that references the image used to create the texture pattern.  
public Property BumpPointGets or sets the upper-left corner of the Bump rectangle.  
public Property DepthGets or sets a value that represents the apparent depth of the bump three-dimensional effect.  
public Property DestinationPointGets or sets the upper-left corner of the destination rectangle.  
public Property ElevationGets or sets the elevation value. The elevation describes the light source's angular position in the vertical plane.  
public Property HasProgressDetermines if the command object has a progress event handler set. Supported in Silverlight, Windows Phone 7 (Inherited from Leadtools.ImageProcessing.RasterCommand)
public Property IntensityGets or sets the amount to change the resulting image intensity.  
public Property LookupTableTable of 256 integers containing lookup values that re-map bump image data.  
public Property TileGets or sets a Boolean value that indicates whether to use tiling.  
Top

Public Methods

 NameDescription
public Method OnProgressImplements Leadtools.ImageProcessing.IRasterCommand.OnProgress(Leadtools.ImageProcessing.RasterCommandProgressEventArgs). Supported in Silverlight, Windows Phone 7 (Inherited from Leadtools.ImageProcessing.RasterCommand)
public Method RunImplements Leadtools.ImageProcessing.IRasterCommand.Run(Leadtools.RasterImage). Supported in Silverlight, Windows Phone 7 (Inherited from Leadtools.ImageProcessing.RasterCommand)
public Method ToStringOverridden. Returns a meaningful name for this command.  
Top

Public Events

 NameDescription
public Event ProgressImplements Leadtools.ImageProcessing.IRasterCommand.Progress. Supported in Silverlight, Windows Phone 7 (Inherited from Leadtools.ImageProcessing.RasterCommand)
Top

See Also