esriEnvelopeVertex Constants

The "indexes" of the corners of an envelope. This enumeration can be used to interpret the hitSegmentIndex parameter of the IHitTest::HitTest method when hit testing against an envelope.

Constant Value Description
esriEnvelopeVertexLL 0 The lower left corner of the envelope.
esriEnvelopeVertexUL 1 The upper left corner of the envelope.
esriEnvelopeVertexUR 2 The upper right corner of the envelope.
esriEnvelopeVertexLR 3 The lower right corner of the envelope.

Remarks

Describes which Envelope Vertex is being identified by the hitSegmentIndex returned by the HitTest method.

esriEnvelopeVertexLL = The LowerLeft Envelope Vertex
esriEnvelopeVertexUL = The UpperLeft Envelope Vertex
esriEnvelopeVertexUR = The UpperRight Envelope Vertex
esriEnvelopeVertexLR = The LowerRight Envelope Vertex

esriEnvelopeVertex Example

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.