[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Graphics' (#lcl)

TIconImage.Create

Create - Specifies a Raw image to be used, then used Inherited Create

Declaration

Source position: line 0

public constructor TIconImage.Create(

  AFormat: TPixelFormat;

  AHeight: Word;

  AWidth: Word

);

constructor TIconImage.Create(

  const AImage: TRawImage

);

constructor TIconImage.Create(

  const AInfo: TIconInfo

); virtual;

See also

TObject.Create

The latest version of this document can be found at lazarus-ccr.sourceforge.net.