Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

Show in webframe

BumpImage Property








Gets or sets the RasterImage object that references the image used to create the texture pattern.
Syntax
public RasterImage BumpImage {get; set;}
'Declaration
 
Public Property BumpImage As RasterImage
'Usage
 
Dim instance As BumpMapCommand
Dim value As RasterImage
 
instance.BumpImage = value
 
value = instance.BumpImage
public RasterImage BumpImage {get; set;}

            

            
 
get_BumpImage();
set_BumpImage(value);
Object.defineProperty('BumpImage');
public:
property RasterImage^ BumpImage {
   RasterImage^ get();
   void set (    RasterImage^ value);
}

Property Value

Image used to create texture pattern.
Example
Refer to BumpMapCommand.
Requirements

Target Platforms

See Also

Reference

BumpMapCommand Class
BumpMapCommand Members

Error processing SSI file