Click or drag to resize
RangePointFlags Enumeration
Flags indicating how to retrieve the position for a range.

Namespace: TextObjectModel
Assembly: ManagedTOM2 (in ManagedTOM2.dll) Version: 1.0.5577.41188
Syntax
[FlagsAttribute]
public enum RangePointFlags
Members
  Member nameValueDescription
None0Default.
AllowOffClient512Allow points outside of the client area.
ClientCoord256Use client coordinates instead of screen coordinates.
ObjectArg2048Get a point inside an inline object argument; for example, inside the numerator of a fraction.
Transform1024Transform coordinates using a world transform (XFORM) supplied by the host application.
See Also