THPDFPage.Clip

THPDFPage

 

Top  Previous  Next

Starts path cliping.

 

Delphi syntax:

procedure Clip;

 

C++ syntax:

void __fastcall Clip( void );

 

Description

Modify the current clipping path by intersecting it with the current path, using the nonzero winding number rule to determine which regions lie inside the clipping path.

 

See also: EoClip;