LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)

UnderlayOffset Property

Show in webframe







LeadPoint structure that contains the underlay image offset with respect to the destination image.
Syntax
public LeadPoint UnderlayOffset {get; set;}
'Declaration
 
Public Property UnderlayOffset As LeadPoint
'Usage
 
Dim instance As TextureAlphaBlendCommand
Dim value As LeadPoint
 
instance.UnderlayOffset = value
 
value = instance.UnderlayOffset
public LeadPoint UnderlayOffset {get; set;}

            

            
 
get_UnderlayOffset();
set_UnderlayOffset(value);
Object.defineProperty('UnderlayOffset');
public:
property LeadPoint UnderlayOffset {
   LeadPoint get();
   void set (    LeadPoint value);
}

Property Value

LeadPoint structure that contains the underlay image offset with respect to the destination image. The command will use this point to calculate the parts of the underlay image that will be applied to the mask image. Using this point will give the user the ability to give the feel of continuous texture when applying this method to neighboring parts inside the destination image using the same or different mask. If the UnderlayImage property is set to null also set this property to null.
Example
Refer to UnderlayImage.
Requirements

Target Platforms

See Also

Reference

TextureAlphaBlendCommand Class
TextureAlphaBlendCommand Members

 

 


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