Method | Description | |
---|---|---|
GetObjectData ( Object obj, |
Write this GraphicsPath to the given SerializationInfo.
|
|
SetObjectData ( Object obj, |
Read this GraphicsPath from the given SerializationInfo.
|
public GetObjectData ( Object obj, |
||
obj | Object | The object to serialize. |
info | The SerializationInfo to write to. | |
context | The streaming context of this serialization operation. | |
return | void |
public SetObjectData ( Object obj, |
||
obj | Object | The object to populate. |
info | The SerializationInfo to read from. | |
context | The StreamingContext of this serialization operation. | |
selector | ISurrogateSelector | /// The surrogate selector where the search for a compatible surrogate begins. /// |
return | Object |