[Overview][Constants][Types][Classes][Index] |
Copies the contents of this surface to another surface.
Source position: line 0
procedure IPTCSurface.Copy( |
ASurface: IPTCSurface |
); |
ASurface: IPTCSurface; |
ASource: IPTCArea; |
ADestination: IPTCArea |
); |
ASurface |
|
The destination surface. |
ASurface |
|
The destination surface. |
ASource |
|
The source area. |
ADestination |
|
The destination area. |
If no areas are specified, copies the entire contents of this surface to the other surface specified in the ASurface parameter. If areas are specified, copies an area of this surface to an area of the other surface specified in the ASurface parameter. The source and destination areas are clipped to the clip areas of both surfaces.
TPTCError - a TPTCError exception is raised on failure.