[Overview][Constants][Types][Classes][Index] Reference for unit 'ptc' (#ptc)

TPTCClipper

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Routines for clipping areas.

Declaration

Source position: clipperd.inc line 34

type TPTCClipper = class

  function Clip();

  

end;

Inheritance

TPTCClipper

  

Routines for clipping areas.

|

TObject

Description

Routines for clipping areas.

This class provides low level area clipping routines. Before using the clipper class take a look at the high level IPTCSurface.Clip method. Typically the only time the clipper class is required is when you are managing your own pixel buffers and performing clipping manually.