Unit 'GR32' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_graphics32]

TCustomResampler

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

Declaration

Source position: GR32.pas line 1001

type TCustomResampler = class(TCustomSampler)

protected

  function GetWidth; virtual;

  

  procedure Resample(); virtual; abstract;

  

  procedure AssignTo(); override;

  

  property ClipRect: TRect; [r]

  

public

  constructor Create();

  

  procedure Changed; override;

  

  procedure PrepareSampling; override;

  

  function HasBounds; override;

  

  function GetSampleBounds; override;

  

  property Bitmap: TCustomBitmap32; [rw]

  

  property Width: TFloat; [r]

  

published

  property PixelAccessMode: TPixelAccessMode; [rw]

  

end;

Inheritance

TCustomResampler

  

|

TCustomSampler

  

|

TNotifiablePersistent

  

|

TPlainInterfacedPersistent

  

|

TObject,IInterface



CT Web help

CodeTyphon Studio