Initializes a new instance.
[Visual Basic .NET] |
---|
Public Function InitializeWithData( _ ByRef Position As System.Array, _ ByVal Orientation As IAgOrientation, _ ByVal FieldOfViewHorizontal As Double, _ ByVal FieldOfViewVertical As Double, _ ByVal NearPlane As Double, _ ByVal FarPlane As Double _ ) As IAgStkGraphicsProjection |
[C#] |
---|
public IAgStkGraphicsProjection InitializeWithData( |
[Managed C++] |
---|
public: IAgStkGraphicsProjection^ InitializeWithData( |
[Java] |
---|
public IAgStkGraphicsProjection initializeWithData( |
[Unmanaged C++] |
---|
public: HRESULT InitializeWithData( |
- Position
- An array containing the cartesian position (in the order x, y, z) of the Projection.
- Orientation
- The Unit Quaternion defining the orientation of the Projection.
- FieldOfViewHorizontal
- The horizontal field of view associated with the Projection.
- FieldOfViewVertical
- The vertical field of view associated with the Projection.
- NearPlane
- The near plane associated with the Projection.
- FarPlane
- The far plane associated with the Projection.
Shows the format of the Position parameter when creating a projection.
[C#] | ![]() | |
---|---|---|
|
Shows the format of the Position parameter when creating a projection.
[Visual Basic .NET] | ![]() | |
---|---|---|
|