Visual Basic (Declaration) | |
---|---|
Public Property Origin As Point |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public Point Origin {get; set;} |
Managed Extensions for C++ | |
---|---|
public: __property Point get_Origin(); public: __property void set_Origin( Point value ); |
Return Value
A Point that specifies the origin (top left point), in pixels, of the overlay image.For an example, refer to RasterImage.GetOverlayAttributes and
RasterImage.UpdateOverlayAttributes.
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.
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family