Defines a list of TSVGLength objects
Namespace: RSSVGTypes
TObjectList
RSSVGTypes.TSVGLengths
|
Delphi
|
type
TSVGLengths = class(TObjectList<TSVGLength>)
end;
|
|
Name
|
Description
|
|
Clone(TSVGLengths)
|
Clones the list and returns the copy. Every length object in the list is also cloned. If the Dest parameter is nil, the clone list will be created and it is your responsibility to free it.
|
Top
|