Class TBGRASVGOriginalDiff
Unit
Declaration
type TBGRASVGOriginalDiff = class(TBGRAOriginalDiff)
Description
Difference of SVG original
Hierarchy
- TObject
- TBGRAOriginalDiff
- TBGRASVGOriginalDiff
Overview
Fields
![]() |
FContentVersionAfter: integer; |
![]() |
FContentVersionBefore: integer; |
![]() |
FDpiAfter: single; |
![]() |
FDpiBefore: single; |
![]() |
FSvgStreamAfter: TMemoryStream; |
![]() |
FSvgStreamBefore: TMemoryStream; |
Methods
![]() |
constructor Create(AFromOriginal: TBGRALayerSVGOriginal); |
![]() |
destructor Destroy; override; |
![]() |
function CanAppend(ADiff: TBGRAOriginalDiff): boolean; override; |
![]() |
function IsIdentity: boolean; override; |
![]() |
procedure Append(ADiff: TBGRAOriginalDiff); override; |
![]() |
procedure Apply(AOriginal: TBGRALayerCustomOriginal); override; |
![]() |
procedure ComputeDiff(AToOriginal: TBGRALayerSVGOriginal); |
![]() |
procedure Unapply(AOriginal: TBGRALayerCustomOriginal); override; |
Description
Fields
![]() |
FContentVersionAfter: integer; |
This item has no description. |
![]() |
FContentVersionBefore: integer; |
This item has no description. |
![]() |
FDpiAfter: single; |
This item has no description. |
![]() |
FDpiBefore: single; |
This item has no description. |
![]() |
FSvgStreamAfter: TMemoryStream; |
This item has no description. |
![]() |
FSvgStreamBefore: TMemoryStream; |
This item has no description. |
Methods
![]() |
constructor Create(AFromOriginal: TBGRALayerSVGOriginal); |
This item has no description. |
![]() |
destructor Destroy; override; |
This item has no description. |
![]() |
function CanAppend(ADiff: TBGRAOriginalDiff): boolean; override; |
This item has no description. |
![]() |
function IsIdentity: boolean; override; |
This item has no description. |
![]() |
procedure Append(ADiff: TBGRAOriginalDiff); override; |
This item has no description. |
![]() |
procedure Apply(AOriginal: TBGRALayerCustomOriginal); override; |
This item has no description. |
![]() |
procedure ComputeDiff(AToOriginal: TBGRALayerSVGOriginal); |
This item has no description. |
![]() |
procedure Unapply(AOriginal: TBGRALayerCustomOriginal); override; |
This item has no description. |