Unit 'PXL.Canvas.SRT' Package
[Overview][Classes][Index] [#pl_asphyrepxl]

TSRTCanvas

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

Declaration

Source position: PXL.Canvas.SRT.pas line 22

type TSRTCanvas = class(TCustomCanvas)

protected

  FSurface: TConceptualPixelSurface;

  

  FClipRect: TIntRect;

  

  function NeedsInitialization; override;

  

  function BeginDraw; override;

  

  procedure EndDraw; override;

  

  function GetClipRect; override;

  

  procedure SetClipRect(); override;

  

public

  procedure PutPixel(); override;

  

  procedure Line(); override;

  

  procedure DrawIndexedTriangles(); override;

  

  procedure DrawTexturedTriangles(); override;

  

  procedure Flush; override;

  

end;

Inheritance

TSRTCanvas

  

|

TCustomCanvas

  

|

TObject



CT Web help

CodeTyphon Studio