Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxGIFImage Constructors

A Smart Image container designed to store GIF images.
Name Description
Create Inherited from TGraphic.
CreateFromBitmap(TBitmap) Creates a Smart Image container and populates it with the specified bitmap. Inherited from TdxCustomSmartImage.
CreateFromBits(Integer,Integer,TRGBColors,Boolean) Creates a new Smart Image container and populates it with the specified array of pixel data. Inherited from TdxCustomSmartImage.
CreateFromBits(Integer,Integer,TRGBColors,TAlphaFormat) Creates a new Smart Image container and populates it with the specified array of pixel data. Inherited from TdxCustomSmartImage.
CreateFromBits(Integer,Integer,PRGBQuad,TAlphaFormat) Creates a new Smart Image container and populates it with the specified array of pixel data. Inherited from TdxCustomSmartImage.
CreateFromFile(string) Creates a new Smart Image container and loads the specified image file. Inherited from TdxCustomSmartImage.
CreateFromHBitmap(HBITMAP) Creates a Smart Image container and populates it with a TBitmap from the specified handle. Inherited from TdxCustomSmartImage.
CreateFromStream(TStream) Creates a Smart Image object from the specified stream that contains an image. Inherited from TdxCustomSmartImage.
CreateSize(Integer,Integer,TdxAlphaColor) Creates a Smart Image object with the stored image filled with the specified color. Inherited from TdxCustomSmartImage.
CreateSize(TRect,TdxAlphaColor) Creates a new Smart Image container of the specified size and color. Inherited from TdxCustomSmartImage.
CreateSize(TSize,TdxAlphaColor) Creates a new Smart Image container of the specified size and color. Inherited from TdxCustomSmartImage.
See Also