procedure Assign(Source: TPersistent); override;
Copies data from another object, specified by the Source parameter.
This method supports following classes:
TByteMap also overrides the protected AssignTo method, making it possible to assign bitmaps from byte maps, so that both following lines are correct:
ByteMap.Assign(Bitmap32); // an analog to BM := Intensity(B32);
Bitmap32.Assign(ByteMap); // an analog to B32 := Gray32(BM);
Copyright ©2000-2024 Alex Denisov and the Graphics32 Team - Graphics32 2.0 - Help file built on 18 Feb 2024