Click or drag to resize

ChecksumUpdateRegionForCrc Method

Creates and initializes an ChecksumUpdateRegion instance for CRC checksum calculation implement in the Crc class above.

Namespace:  Ptv.XServer.Controls.Map.Tools.Reprojection
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
public static ChecksumUpdateRegion ForCrc(
	MemoryStream stm,
	Nullable<uint> crc = null
)

Parameters

stm
Type: System.IOMemoryStream
The stream to snapshot.
crc (Optional)
Type: SystemNullableUInt32
Checksum value to update.

Return Value

Type: ChecksumUpdateRegion
See Also