JCL Help:TJclBitmap32.ScanLine

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Provides indexed access to each line of pixels.


Pascal

 public property ScanLine [Y: Integer]: PColor32Array;


Description

The Scanline property provides indexed access to each line of pixels. Returns the same address as PixelPtr[0, Y]. This property acts similar to TBitmap.ScanLine.


See Also

TJclBitmap32.Bits TJclBitmap32.PixelPtr TColor32Array


About

Donator

Alex Denissov


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page