LeadPoint structure that contains the underlay image offset with respect to the destination image.
public LeadPoint UnderlayOffset { get; set; }
Public Property UnderlayOffset As Leadtools.LeadPoint
public Leadtools.LeadPoint UnderlayOffset {get; set;}
<br/>get_UnderlayOffset();<br/>set_UnderlayOffset(value);<br/>Object.defineProperty('UnderlayOffset');
public:
property Leadtools.LeadPoint UnderlayOffset {
Leadtools.LeadPoint get();
void set ( Leadtools.LeadPoint );
}
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.
Refer to UnderlayImage.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET