AGI Components with Insight3D Alpha 2008 r8
IAgGxExtent Interface
Library ReferenceAGI.GraphicsIAgGxExtent
A two dimensional region specified as longitude and latitude coordinates. All values are in radians.
Declaration Syntax
C# Visual Basic Visual C++
public 
interface 
IAgGxExtent
Public 
Interface 
IAgGxExtent
public 
interface class 
IAgGxExtent
Members
All Members Methods Properties



Icon Member Description
East
The east longitude, in radians.

Get(Double % , Double % , Double % , Double % )
North
The north latitude, in radians.

Set(Double, Double, Double, Double)
Sets the extent's longitude and latitude coordinates. Inputs should be in radians. This method is more efficient then setting the west, south, east and north coordinates individually.

South
The south latitude, in radians.

West
The west longitude, in radians.

Assembly: AGI.Graphics.Interop(Module: AGI.Graphics.Interop) Version: 9.0.0.0 (9.0.0.0)