AGI STK Graphics 11 Send comments on this topic.
Origin Property (IAgStkGraphicsOverlay)
See Also 





Description

Gets or sets the origin from which the overlay's position is defined. By default, the value of this property is ScreenOverlayOrigin.BottomLeft. See Screen Overlay Origin for a list of the possible origins and a description of how the origin affects the measurement of the overlay's position and size properties.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Origin() As AgEStkGraphicsScreenOverlayOrigin

[C#]
public AgEStkGraphicsScreenOverlayOrigin Origin {get; set;}

[Managed C++]
public: __property AgEStkGraphicsScreenOverlayOrigin get_Origin();
public: __property void set_Origin(
AgEStkGraphicsScreenOverlayOrigin
);

[Unmanaged C++]
public: HRESULT get_Origin(
AgEStkGraphicsScreenOverlayOrigin * pRetVal
);
public: HRESULT put_Origin(
AgEStkGraphicsScreenOverlayOrigin NewOrigin
);

[Java]
public AgEStkGraphicsScreenOverlayOrigin getOrigin();public void setOrigin(
AgEStkGraphicsScreenOverlayOrigin
);

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1