LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)
LEAD Technologies, Inc

BumpPoint Property






Gets or sets the upper-left corner of the Bump rectangle. .NET support WinRT support
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);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

BumpMapCommand Class
BumpMapCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.