Click or drag to resize
ClientRectangleFlags Enumeration
Flags indicating how to retrieve the client rectangle for a document.

Namespace: TextObjectModel
Assembly: ManagedTOM2 (in ManagedTOM2.dll) Version: 1.0.5577.41188
Syntax
[FlagsAttribute]
public enum ClientRectangleFlags
Members
  Member nameValueDescription
None0Default.
ClientCoord256Use client coordinates instead of screen coordinates.
Transform1024Transform coordinates using a world transform (XFORM) supplied by the host application.
IncludeInset1Add left and top insets to the left and top coordinates of the client rectangle, and subtract right and bottom insets from the right and bottom coordinates.
See Also