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

TPTCAreaFactory.CreateNew

Declaration

Source position: line 0

class function TPTCAreaFactory.CreateNew: IPTCArea;

class function TPTCAreaFactory.CreateNew(

  ALeft: Integer;

  ATop: Integer;

  ARight: Integer;

  ABottom: Integer

):IPTCArea;

class function TPTCAreaFactory.CreateNew(

  AArea: IPTCArea

):IPTCArea;

Arguments

ALeft

  

The left coordinate of the area.

ATop

  

The top coordinate of the area.

ARight

  

The right coordinate of the area.

ABottom

  

The bottom coordinate of the area.