[Overview][Constants][Types][Classes][Index] |
Source position: line 0
class function TPTCClipper.Clip( |
AArea: IPTCArea; |
AClip: IPTCArea |
):IPTCArea; |
ASource: IPTCArea; |
AClipSource: IPTCArea; |
out AClippedSource: IPTCArea; |
ADestination: IPTCArea; |
AClipDestination: IPTCArea; |
out AClippedDestination: IPTCArea |
); |
AArea |
|
The area to clip. |
AClip |
|
The clip area. |
The clipped area.
ASource |
|
The source area to clip. |
AClipSource |
|
The source clip area. |
AClippedSource |
|
The output clipped source area. |
ADestination |
|
The destination area to clip. |
AClipDestination |
|
The destination clip area. |
AClippedDestination |
|
The output clipped destination area. |