LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

DestinationPoint Property

Show in webframe







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

            

            
 
get_DestinationPoint();
set_DestinationPoint(value);
Object.defineProperty('DestinationPoint');
public:
property LeadPoint DestinationPoint {
   LeadPoint get();
   void set (    LeadPoint value);
}

Property Value

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

Target Platforms

See Also

Reference

BumpMapCommand Class
BumpMapCommand Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.