Previous: 4.51.2.4.8. ogCopy() To the Table of Contents Next: 4.51.2.4.10. ogCopyLineTo()
4.51.2.4.8. ogCopy() Table of Contents 4.51.2.4.10. ogCopyLineTo()

- 4.51.2.4.9. -
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.9. ogCopyLineFrom()


4.51.2.4.9. ogCopyLineFrom()

Targets: MS-DOS, Win32 console


ObjGfx40 Unit

Directly copies a region of memory from the surface to a pointer.

Declaration:
  procedure ogCopyLineFrom(sX, sY:uInt32; to: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.8. ogCopy() To the Table of Contents Next: 4.51.2.4.10. ogCopyLineTo()
4.51.2.4.8. ogCopy() Table of Contents 4.51.2.4.10. ogCopyLineTo()

- 4.51.2.4.9. -