TdxCustomSmartImage.LoadFromBits(Integer,Integer,TRGBColors,Boolean) Method
Declaration
procedure LoadFromBits(AWidth: Integer; AHeight: Integer; const ABits: TRGBColors; AHasAlphaChannel: Boolean); overload;
Parameters
Name | Type |
---|---|
AWidth | Integer |
AHeight | Integer |
ABits | TRGBColors |
AHasAlphaChannel | Boolean |
See Also