←Select platform

UnderlayOffset Property

Summary

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

Syntax
C#
VB
C++
public LeadPoint UnderlayOffset { get; set; } 
Public Property UnderlayOffset As LeadPoint 
public: 
property LeadPoint UnderlayOffset { 
   LeadPoint get(); 
   void set (    LeadPoint ); 
} 

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

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Effects Assembly