ImageEn, unit hyiedefs

TIELayerMagnification


Declaration

  TIELayerMagnification = record
    Enabled: boolean;
    Rate: double;
    Style: TIEMagnifyStyle;
    Source: TIEMagnifySource;
  end;


Description

Properties allowing a layer to be used for magnification.
Field Description
Enabled If true this is a magnify layer. The bitmap of the layer is filled with the background zoomed according to Rate field. This property doesn't apply to layer 0. Default: False
Rate The rate of the magnify layer (magnification). Allowed values greather than 1. Valid only if Enabled=True. This property doesn't apply to layer 0. Default: 2
Style The magnify layer shape. Valid only if Enabled=True. This property doesn't apply to layer 0. Default: iemRectangle
Source The magnify layer source. Default: iemCanvas