Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.28
|
Leadtools Namespace > RasterOverlayAttributes Class : Origin Property |
public LeadPoint Origin {get; set;}
'Declaration
Public Property Origin As LeadPoint
'Usage
Dim instance As RasterOverlayAttributes Dim value As LeadPoint instance.Origin = value value = instance.Origin
public 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');
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.