DK11 for Delphi | GisClasses.TGIS_Bytes.CopyFrom | Constructors | Methods | Properties
Copy buffer to internal data.
// Delphi public procedure CopyFrom( const _src : TBytesBuffer; const _srcOffset : Integer; const _dstOffset : Integer; const _count : Integer );
// C++ Builder public: void CopyFrom( TBytesBuffer* const _src, const int _srcOffset, const int _dstOffset, const int _count );
Name | Type | Description |
---|---|---|
_src | TBytesBuffer | destination buffer |
_srcOffset | Integer | source offset |
_dstOffset | Integer | destination offset |
_count | Integer | number of bytes to copy |