Previous: 4.51.2.4.9. ogCopyLineFrom() To the Table of Contents Next: 4.51.2.4.11. ogCopyBuf()
4.51.2.4.9. ogCopyLineFrom() Table of Contents 4.51.2.4.11. ogCopyBuf()

- 4.51.2.4.10. -
Table of Contents
4. Standard Units
4.51. ObjGfx40 - ObjectGraphics 4.0 Unit
4.51.2. ObjGfx40 Unit Object Types
4.51.2.4. ogSurface object
4.51.2.4.10. ogCopyLineTo()


4.51.2.4.10. ogCopyLineTo()

Targets: MS-DOS, Win32 console


ObjGfx40 Unit

Copies a region of memory from src directly to the surface.

Declaration:
  procedure ogCopyLineTo(dX, dY:uInt32; from:pointer; size:uInt32); virtual;
Remarks:

Restrictions:

No error checking is performed. The caller must ensure the validity of all parameters.

ogCopyLineTo() and ogCopyLineFrom() are the only methods that don't do bounds and other related checks. Don't use this method unless you know what you're doing!

See also:


Previous: 4.51.2.4.9. ogCopyLineFrom() To the Table of Contents Next: 4.51.2.4.11. ogCopyBuf()
4.51.2.4.9. ogCopyLineFrom() Table of Contents 4.51.2.4.11. ogCopyBuf()

- 4.51.2.4.10. -