Leadtools.ImageProcessing.SpecialEffects Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.12.11
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 ConstructorBumpMapCommand ConstructorOverloaded.  Initializes a new BumpMapCommand class object with default parameters.  
Top

Public Properties

 NameDescription
Public PropertyAzimuth Gets or sets a value that represents the azimuth. The azimuth describes the light source's angular position in the horizontal plane.  
Public PropertyBrightness Gets or sets the amount to change the resulting image intensity.  
Public PropertyBumpImage Gets or sets the RasterImage object that references the image used to create the texture pattern.  
Public PropertyBumpPoint Gets or sets the upper-left corner of the Bump rectangle.  
Public PropertyDepth Gets or sets a value that represents the apparent depth of the bump three-dimensional effect.  
Public PropertyDestinationPoint Gets or sets the upper-left corner of the destination rectangle.  
Public PropertyElevation Gets or sets the elevation value. The elevation describes the light source's angular position in the vertical plane.  
Public PropertyHasProgress (Inherited from Leadtools.ImageProcessing.RasterCommand)
Public PropertyIntensity Gets or sets the amount to change the resulting image intensity.  
Public PropertyLookupTable Table of 256 integers containing lookup values that re-map bump image data.  
Public PropertyTile Gets or sets a Boolean value that indicates whether to use tiling.  
Top

Public Methods

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

Public Events

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

See Also