Ignore:
Timestamp:
Mar 17, 2011, 9:38:21 AM (13 years ago)
Author:
george
Message:
  • Added: TBGRABitmap.ScanLine method.
  • Modified: All draw methods objects are allocated on program creation now.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GraphicTest/UMainForm.lfm

    r201 r202  
    11object MainForm: TMainForm
    2   Left = 291
     2  Left = 214
    33  Height = 452
    4   Top = 127
     4  Top = 106
    55  Width = 731
    66  Caption = 'Graphic test'
     
    5555  end
    5656  object Label1: TLabel
    57     Left = 11
     57    Left = 9
    5858    Height = 14
    5959    Top = 95
     
    8181  end
    8282  object Label3: TLabel
    83     Left = 11
     83    Left = 9
    8484    Height = 14
    8585    Top = 112
     
    131131    Height = 21
    132132    Top = 64
    133     Width = 233
     133    Width = 297
    134134    ItemHeight = 13
    135     Items.Strings = (
    136       'TBitmap.Canvas.Pixels'
    137       'TBitmap.Canvas.Pixels Update lock'
    138       'TLazIntfImage copy from'
    139       'TLazIntfImage create new'
    140       'TBitmap.RawData on TImage'
    141       'TBitmap.RawData on TPaintBox'
    142     )
    143135    Style = csDropDownList
    144136    TabOrder = 5
Note: See TracChangeset for help on using the changeset viewer.