|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface esriEnvelopeVertex
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.
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
Field Summary | |
---|---|
static int |
esriEnvelopeVertexLL
The lower left corner of the envelope. |
static int |
esriEnvelopeVertexLR
The lower right corner of the envelope. |
static int |
esriEnvelopeVertexUL
The upper left corner of the envelope. |
static int |
esriEnvelopeVertexUR
The upper right corner of the envelope. |
Field Detail |
---|
static final int esriEnvelopeVertexLL
static final int esriEnvelopeVertexUL
static final int esriEnvelopeVertexUR
static final int esriEnvelopeVertexLR
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |