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

Show in webframe

BumpPoint Property








Gets or sets the upper-left corner of the Bump rectangle.
Syntax
public LeadPoint BumpPoint {get; set;}
'Declaration
 
Public Property BumpPoint As LeadPoint
'Usage
 
Dim instance As BumpMapCommand
Dim value As LeadPoint
 
instance.BumpPoint = value
 
value = instance.BumpPoint
public LeadPoint BumpPoint {get; set;}

            

            
 
get_BumpPoint();
set_BumpPoint(value);
Object.defineProperty('BumpPoint');
public:
property LeadPoint BumpPoint {
   LeadPoint get();
   void set (    LeadPoint value);
}

Property Value

The upper-left corner of the Bump rectangle.
Example
Refer to BumpMapCommand.
Requirements

Target Platforms

See Also

Reference

BumpMapCommand Class
BumpMapCommand Members

Error processing SSI file