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



Origin (top left point), in pixels, of the overlay image. Supported in Silverlight, Windows Phone 7

Syntax

Visual Basic (Declaration) 
Public Property Origin As LeadPoint
Visual Basic (Usage)Copy Code
Dim instance As RasterOverlayAttributes
Dim value As LeadPoint
 
instance.Origin = value
 
value = instance.Origin
C# 
public LeadPoint Origin {get; set;}
C++/CLI 
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.

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: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only), Windows Phone 7

See Also