Previous: 4.51.1.27. ogPixelFmt type To the Table of Contents Next: 4.51.1.29. ogPoint3d type
4.51.1.27. ogPixelFmt type Table of Contents 4.51.1.29. ogPoint3d type

- 4.51.1.28. -
Table of Contents
4. Standard Units
4.51. ObjGfx40 - ObjectGraphics 4.0 Unit
4.51.1. ObjGfx40 Unit Constants, Variables, and Data Types
4.51.1.28. ogPoint2d type


4.51.1.28. ogPoint2d type

Targets: MS-DOS, Win32 console


ObjGfx40 Unit

A 2d point with integer coordinates. Used in array form for defining polygon coordinates.

Declaration:
type
  ogPoint2d = packed record
    x, y : int32;
  end;
See Also:


Previous: 4.51.1.27. ogPixelFmt type To the Table of Contents Next: 4.51.1.29. ogPoint3d type
4.51.1.27. ogPixelFmt type Table of Contents 4.51.1.29. ogPoint3d type

- 4.51.1.28. -