COORD_SYSTEM enumeration

Contains values used by the IDisplayServices::TransformPoint and IDisplayPointer::MoveToPoint methods to specify the frame of reference for horizontal and vertical coordinates.

Syntax

typedef enum _COORD_SYSTEM { 
  COORD_SYSTEM_GLOBAL     = 0,
  COORD_SYSTEM_PARENT     = 1,
  COORD_SYSTEM_CONTAINER  = 2,
  COORD_SYSTEM_CONTENT    = 3,
  COORD_SYSTEM_FRAME      = 4
} COORD_SYSTEM;

Constants

  • COORD_SYSTEM_GLOBAL
    The origin of the coordinate system should be located at the top and leftmost point of the client window.

  • COORD_SYSTEM_PARENT
    The origin of the coordinate system should be located at the top and leftmost point of the container's parent.

  • COORD_SYSTEM_CONTAINER
    The origin of the coordinate system should be located at the top and leftmost point of the container.

  • COORD_SYSTEM_CONTENT
    The origin of the coordinate system should be located at the top and leftmost point of the element specified in the method.

  • COORD_SYSTEM_FRAME
    The origin of the coordinate system should be located at the top and leftmost point of the frame.

Requirements

Minimum supported client

Windows XP

Minimum supported server

Windows 2000 Server

Header

Mshtml.h

IDL

Mshtml.idl