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

UnderlayOffset Property






LeadPoint structure that contains the underlay image offset with respect to the destination image. .NET support WinRT support
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);
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: 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

TextureAlphaBlendCommand Class
TextureAlphaBlendCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

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