Unit 'ClpIFixedPointPreCompInfo' Package
[Overview][Classes][Index] [#pl_cryptolib4pascal]

IFixedPointPreCompInfo

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

Declaration

Source position: ClpIFixedPointPreCompInfo.pas line 30

type IFixedPointPreCompInfo = interface(IPreCompInfo)

  function GetWidth;

  

  procedure SetWidth();

  

  function GetLookupTable;

  

  procedure SetLookupTable();

  

  function GetOffset;

  

  procedure SetOffset();

  

  property Offset: IECPoint; [rw]

  

  property LookupTable: IECLookupTable; [rw]

  

  property Width: Int32; [rw]

  

end;

Inheritance

IFixedPointPreCompInfo

  

|

IPreCompInfo

  

|

IInterface



CT Web help

CodeTyphon Studio