Skip to main content

TdxCustomSmartImage Constructors

The base class for all classes that implement DevExpress image containers.
Name Description
Create Inherited from TGraphic.
CreateFromBitmap(TBitmap) Creates a Smart Image container and populates it with the specified bitmap.
CreateFromBits(Integer,Integer,TRGBColors,Boolean) Creates a new Smart Image container and populates it with the specified array of pixel data.
CreateFromBits(Integer,Integer,TRGBColors,TAlphaFormat) Creates a new Smart Image container and populates it with the specified array of pixel data.
CreateFromBits(Integer,Integer,PRGBQuad,TAlphaFormat) Creates a new Smart Image container and populates it with the specified array of pixel data.
CreateFromFile(string) Creates a new Smart Image container and loads the specified image file.
CreateFromHBitmap(HBITMAP) Creates a Smart Image container and populates it with a TBitmap from the specified handle.
CreateFromStream(TStream) Creates a Smart Image object from the specified stream that contains an image.
CreateSize(Integer,Integer,TdxAlphaColor) Creates a Smart Image object with the stored image filled with the specified color.
CreateSize(TRect,TdxAlphaColor) Creates a new Smart Image container of the specified size and color.
CreateSize(TSize,TdxAlphaColor) Creates a new Smart Image container of the specified size and color.
See Also