LEADTOOLS (Leadtools assembly)

Origin Property

Show in webframe







Origin (top left point), in pixels, of the overlay image.
Syntax
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)
            
 
get_Origin();
set_Origin(value);
Object.defineProperty('Origin');
public:
property LeadPoint Origin {
   LeadPoint get();
   void set (    LeadPoint value);
}

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.

Example
For an example, refer to RasterImage.GetOverlayAttributes and RasterImage.UpdateOverlayAttributes.
Requirements

Target Platforms

See Also

Reference

RasterOverlayAttributes Class
RasterOverlayAttributes Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.