Unit 'PXL.Textures' Package
[Overview][Constants][Types][Classes][Index] [#pl_asphyrepxl]

TLockedPixels

Declaration

Source position: PXL.Textures.pas line 28

type TLockedPixels = record

public

  Bits: Pointer;

  

  Pitch: Integer;

  

  BytesPerPixel: Integer;

  

  PixelFormat: TPixelFormat;

  

  LockedRect: TIntRect;

  

  procedure Reset;

  

  property Scanline []: Pointer; [r]

  

  property PixelPtr []: Pointer; [r]

  

  property Pixels []: TIntColor; [rw]

  

  property Valid: Boolean; [r]

  

end;



CT Web help

CodeTyphon Studio