Click or drag to resize

Palette Constructor (SerializationInfo, StreamingContext)

Initializes a new instance of the Palette class.

Namespace:  Atalasoft.Imaging
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.5.0.0.0.156 (.NET 4.6.2, x86)
Syntax
protected Palette(
	SerializationInfo info,
	StreamingContext context
)

Parameters

info
Type: System.Runtime.Serialization.SerializationInfo
The information.
context
Type: System.Runtime.Serialization.StreamingContext
The context.
See Also