←Select platform

Origin Property

Summary

Origin (top left point), in pixels, of the overlay image.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public LeadPoint Origin { get; set; } 
Public Property Origin As Leadtools.LeadPoint 
public Leadtools.LeadPoint Origin {get; set;} 
@property (nonatomic, assign) LeadPoint origin 
public LeadPoint getOrigin() 
public void setOrigin(LeadPoint value) 
             
 <br/>get_Origin();<br/>set_Origin(value);<br/>Object.defineProperty('Origin');  
public: 
property Leadtools.LeadPoint Origin { 
   Leadtools.LeadPoint get(); 
   void set (    Leadtools.LeadPoint ); 
} 

Property Value

A LeadPoint that specifies the origin (top left point), in pixels, of the overlay image.

Remarks

This origin is relative to the top left point of the displayed main image. This is independent of the main image view perspective.

For more information, refer to Overlay Overview.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly