| ImageEn, unit iexVirtualBitmaps |
|
TIEVirtualBitmapProvider.GetSegment
Declaration
function GetSegment(Container: TIEBitmap; Row: integer; Col: integer; Width: integer): pointer; virtual; abstract;
Description
Returns a pointer to row segment.
| Parameter | Description |
| Container | TIEBitmap object that owns this object |
| Row | Segment row |
| Col | Segment column |
| Width | Width (in pixels) of the row |