Interface IMapFile
Unit
Declaration
type IMapFile = interface(IInterface)
Description
A map file (EMF)
Attributes
- GUID['{680F62ED-2A13-5A8F-B10B-F77D230FF1E5}']
Hierarchy
- IInterface
- IMapFile
Overview
Methods
function GetByteSize: Cardinal; |
|
function GetContent: TArray<Byte>; |
|
procedure SetContent(Content: TArray<Byte>); |
|
procedure Serialize(Writer: TEoWriter); |
Properties
property ByteSize: Cardinal read GetByteSize; |
|
property Content: TArray<Byte> read GetContent write SetContent; |
Description
Methods
function GetByteSize: Cardinal; |
|
This item has no description. |
function GetContent: TArray<Byte>; |
|
This item has no description. |
procedure SetContent(Content: TArray<Byte>); |
|
This item has no description. |
procedure Serialize(Writer: TEoWriter); |
|
Serializes this Parameters
|
Properties
property ByteSize: Cardinal read GetByteSize; |
|
The size of the data that this object was deserialized from.
|
property Content: TArray<Byte> read GetContent write SetContent; |
|
This item has no description. |
Generated by PasDoc 0.16.0-snapshot.