InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
EdgeSpec Class Reference

#include <IPanorama.h>

Public Types

enum  Edge {
  kLeft, kTop, kRight, kBottom,
  kNone
}
 

Public Member Functions

 EdgeSpec (Edge horizontal=kNone, Edge vertical=kNone)
 

Public Attributes

Edge fHorizontal
 
Edge fVertical
 

Detailed Description

Utility class used to specify how a panorama should scroll. Should be IPanorama::EdgeSpec since it is not used by anything other than IPanorama.

See Also
IPanorama::ScrollViewEdgeTo