Leadtools Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
Origin Property
See Also 
Leadtools Namespace > RasterOverlayAttributes Class : Origin Property



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

Syntax

Visual Basic (Declaration) 
Public Property Origin As Point
Visual Basic (Usage)Copy Code
Dim instance As RasterOverlayAttributes
Dim value As Point
 
instance.Origin = value
 
value = instance.Origin
C# 
public Point Origin {get; set;}
C++/CLI 
public:
property Point Origin {
   Point get();
   void set (Point value);
}

Return Value

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

Example

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: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also