TRasterImage

Abstract base class for graphical images that are made up of a 2-dimensional raster of pixels, each having its own color.

Inheritance

LevelAncestorDescription
1TObjectUltimate ancestor in a class hierarchy
2TBaseObjectA base class for objects that can be used instead of TObject.
3TReferenceCountedObjectObject that keeps track of the number of times it is referenced from other objects
4TGraphicalImageBase class for graphical images that can be displayed.
5TRasterImage

Source

Image.Raster.pas (59)

Fields

ScopeVisibilityTypeNameDescription
InstanceprivateTInteger32SizeFSize
InstanceprivateTRasterImageComponentsFComponents
InstanceprivateTAlphaModeFAlphaMode

Methods

ScopeVisibilityResultNameDescription
InstanceprotectedTPointerGetScanLine(Row: TInteger32)
InstanceprotectedTInteger32GetStride()
InstancepublicCreate(Size: TInteger32Size; Components: TRasterImageComponents; AlphaMode: TAlphaMode)
InstancepublicFlipVertically()
InstancepublicTRasterImageCreateSubimage(Bounds: TInteger32Rectangle)
InstancepublicApplyConvolution(Target: TRasterImage; Filter: TIntegerMatrix)
InstancepublicCopyTo(Image: TRasterImage)
InstancepublicResizeTo(Target: TRasterImage)
InstancepublicTRasterImagePremultiplyAlpha()