ArcObjects Library Reference  (Geometry)    

IEnvelope.LowerLeft Property

The lower left corner.

[Visual Basic 6.0]
Property LowerLeft As IPoint
[Visual Basic .NET]
Public Property LowerLeft As IPoint
[C#]
public IPoint LowerLeft {get; set;}
[Java]
public IPoint getLowerLeft()
throws
    IOException,
    AutomationException
[Java]
public void setLowerLeft(
IPoint pPoint
)
throws
    IOException,
    AutomationException
[C++]
HRESULT get_LowerLeft(
  IPoint** LowerLeft
);
[C++]
HRESULT put_LowerLeft(
  IPoint* LowerLeft

);

[C++]

Parameters

LowerLeft [out, retval]

  LowerLeft is a parameter of type IPoint

LowerLeft

  LowerLeft is a parameter of type IPoint

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks


Returns or sets the LowerLeft point of an Envelope .
Envelope LowerLeft Example

See Also

IEnvelope Interface | IEnvelope.LowerRight Property | IEnvelope.UpperRight Property | IEnvelope.UpperLeft Property | IEnvelope.Width Property | IEnvelope.Height Property

Example

LowerLeft_Example

 


Feedback Send feedback on this page