←Select platform

BumpImage Property

Summary

Gets or sets the RasterImage object that references the image used to create the texture pattern.

Syntax
C#
VB
C++
public RasterImage BumpImage { get; set; } 
  
Public Property BumpImage As RasterImage 
public: 
property RasterImage^ BumpImage { 
   RasterImage^ get(); 
   void set (    RasterImage^ ); 
} 

Property Value

Image used to create texture pattern.

Example

Refer to BumpMapCommand.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.SpecialEffects Assembly