Click or drag to resize

RandomAccessImageSource Constructor (SerializationInfo, StreamingContext)

Initializes a new instance of the RandomAccessImageSource class.

Namespace:  Atalasoft.Imaging
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
protected RandomAccessImageSource(
	SerializationInfo info,
	StreamingContext context
)

Parameters

info
Type: System.Runtime.SerializationSerializationInfo
The information.
context
Type: System.Runtime.SerializationStreamingContext
The context.
Exceptions
ExceptionCondition
ArgumentNullExceptioninfo;The parameter 'info' can't be null.
See Also