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 Valid: Boolean; [r] |
|
|
|
||
end; |
CT Web help |
CodeTyphon Studio |