Origin (top left point), in pixels, of the overlay image.
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 );
}
A LeadPoint that specifies the origin (top left point), in pixels, of the overlay image.
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.
For an example, refer to RasterImage.GetOverlayAttributes and RasterImage.UpdateOverlayAttributes.
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