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

TRasterImage.SetTransparent

Sets the value for the Transparent property.

Declaration

Source position: graphics.pp line 1260

protected procedure TRasterImage.SetTransparent(

  AValue: Boolean

); override;

Arguments

AValue

  

New value for the property.

See also

TGraphic.Transparent

  

Transparent - Some parts of the image are not opaque. i.e. the background can be seen through.

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