TRasterLayer32.MasterImage

property MasterImage: TImage32; //read only

Rather than assigning images directly to the Image property, the MasterImage property should be assigned instead. This way, whenever the layer is resized or rotated, the layer's Image can be update automagically using a MasterImage transformation. This accommodates any number of layer scalings and rotations without changing MasterImage and without degrading the displayed image.

See Also

TLayer32.Image