Important: The information in this document is obsolete and should not be used for new development.
CopyPixPat
Use theCopyPixPat
procedure to copy the contents of one pixel pattern to another.
PROCEDURE CopyPixPat (srcPP,dstPP: PixPatHandle);
srcPP
- A handle to a source pixel pattern, the contents of which you want to copy.
dstPP
- A handle to a destination pixel pattern, into which you want to copy the contents of the pixel pattern in the
srcPP
parameter.DESCRIPTION
TheCopyPixPat
procedure copies the contents of onePixPat
record (the handle to which you pass in thesrcPP
parameter) into anotherPixPat
record (the handle to which you pass in thedstPP
parameter). TheCopyPixPat
procedure copies all of the fields in the sourcePixPat
record, including the contents of the data handle, expanded data handle, expanded map, pixel map handle, and color table.SEE ALSO
ThePixPat
record is described on page 4-49.