LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
UnderlayOffset Property
See Also 
Leadtools.ImageProcessing.Effects Namespace > TextureAlphaBlendCommand Class : UnderlayOffset Property



LeadPoint structure that contains the underlay image offset with respect to the destination image.

Syntax

Visual Basic (Declaration) 
Public Property UnderlayOffset As LeadPoint
Visual Basic (Usage)Copy Code
Dim instance As TextureAlphaBlendCommand
Dim value As LeadPoint
 
instance.UnderlayOffset = value
 
value = instance.UnderlayOffset
C# 
public LeadPoint UnderlayOffset {get; set;}
C++/CLI 
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: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also