Home
|
GR32_OrdinalMaps
|
TByteMap
|
|
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-2010 Alex Denisov and the Graphics32 Team - Graphics32 v1.9.0 (r1336) - Build on 9-March-2010