AGI Components with Insight3D Alpha 2008 r8
AgGxExtentClass Class
Library ReferenceAGI.GraphicsAgGxExtentClass
A two dimensional region specified as longitude and latitude coordinates. All values are in radians.
Declaration Syntax
C# Visual Basic Visual C++
public 
class 
AgGxExtentClass : 
IAgGxExtent, 
        
AgGxExtent, 

IAgGxConstantExtent
Public 
Class 
AgGxExtentClass _
        
Implements 
IAgGxExtent, 
AgGxExtent, 

IAgGxConstantExtent
public 
ref class 
AgGxExtentClass : 
IAgGxExtent, 
        
AgGxExtent, 

IAgGxConstantExtent
Members
All Members Constructors Methods Properties



Icon Member Description
AgGxExtentClass () () ()
_IAgGxExtent_East
_IAgGxExtent_Get(Double % , Double % , Double % , Double % )
_IAgGxExtent_North
_IAgGxExtent_Set(Double, Double, Double, Double)
_IAgGxExtent_South
_IAgGxExtent_West
East
The east longitude, in radians.

Equals(Object)
Determines whether the specified Objectis equal to the current Object.
(Inherited from Object.)
Finalize () () ()
Allows an Objectto attempt to free resources and perform other cleanup operations before the Objectis reclaimed by garbage collection.
(Inherited from Object.)
Get(Double % , Double % , Double % , Double % )
GetHashCode () () ()
Serves as a hash function for a particular type. GetHashCode () () () is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
GetType () () ()
Gets the Typeof the current instance.
(Inherited from Object.)
IAgGxConstantExtent_East
IAgGxConstantExtent_Get(Double % , Double % , Double % , Double % )
IAgGxConstantExtent_North
IAgGxConstantExtent_South
IAgGxConstantExtent_West
MemberwiseClone () () ()
Creates a shallow copy of the current Object.
(Inherited from Object.)
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.

ToString () () ()
Returns a Stringthat represents the current Object.
(Inherited from Object.)
West
The west longitude, in radians.

Inheritance Hierarchy
Object
AgGxExtentClass

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