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



Icon Member Description
East
The east longitude, in radians.
(Inherited from IAgGxExtent.)
Get(Double % , Double % , Double % , Double % ) (Inherited from IAgGxExtent.)
North
The north latitude, in radians.
(Inherited from IAgGxExtent.)
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.
(Inherited from IAgGxExtent.)
South
The south latitude, in radians.
(Inherited from IAgGxExtent.)
West
The west longitude, in radians.
(Inherited from IAgGxExtent.)

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