LayerCollectionGetObjectData Method |
Fills a SerializationInfo object with information about this collection.
Namespace:
Atalasoft.Annotate.UI
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntaxpublic void GetObjectData(
SerializationInfo info,
StreamingContext context
)
Public Sub GetObjectData (
info As SerializationInfo,
context As StreamingContext
)
Parameters
- info
- Type: System.Runtime.SerializationSerializationInfo
The SerializationInfo object where information will be stored. - context
- Type: System.Runtime.SerializationStreamingContext
A StreamingContext for this information.
Implements
ISerializableGetObjectData(SerializationInfo, StreamingContext)
Exceptions| Exception | Condition |
|---|
| ArgumentNullException | Thrown if the info argument is null (Nothing in VB). |
See Also