Unit 'BGRALayers' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_bgrabitmap]

TBGRALayerInfo

Declaration

Source position: bgralayers.pas line 164

type TBGRALayerInfo = record

  UniqueId: Integer;

  

  Name: string;

  

  x: Integer;

  

  y: Integer;

  

  Source: TBGRABitmap;

  

  blendOp: TBlendOperation;

  

  Opacity: Byte;

  

  Visible: Boolean;

  

  Owner: Boolean;

  

  Frozen: Boolean;

  

  OriginalMatrix: TAffineMatrix;

  

  OriginalRenderStatus: TOriginalRenderStatus;

  

  OriginalGuid: TGuid;

  

  OriginalInvalidatedBounds: TRectF;

  

end;



CT Web help

CodeTyphon Studio