C# Класс UMD.HCIL.Piccolo.Util.GraphicsPathSurrogate

GraphicsPathSurrogate is a serialization surrogate that defines how to read and write a GraphicsPath object.
Наследование: ISerializationSurrogate
Показать файл Открыть проект

Открытые методы

Метод Описание
GetObjectData ( Object obj, SerializationInfo info, StreamingContext context ) : void

Write this GraphicsPath to the given SerializationInfo.

SetObjectData ( Object obj, SerializationInfo info, StreamingContext context, ISurrogateSelector selector ) : Object

Read this GraphicsPath from the given SerializationInfo.

Описание методов

GetObjectData() публичный Метод

Write this GraphicsPath to the given SerializationInfo.
public GetObjectData ( Object obj, SerializationInfo info, StreamingContext context ) : void
obj Object The object to serialize.
info System.Runtime.Serialization.SerializationInfo The SerializationInfo to write to.
context System.Runtime.Serialization.StreamingContext The streaming context of this serialization operation.
Результат void

SetObjectData() публичный Метод

Read this GraphicsPath from the given SerializationInfo.
public SetObjectData ( Object obj, SerializationInfo info, StreamingContext context, ISurrogateSelector selector ) : Object
obj Object The object to populate.
info System.Runtime.Serialization.SerializationInfo The SerializationInfo to read from.
context System.Runtime.Serialization.StreamingContext The StreamingContext of this serialization operation.
selector ISurrogateSelector /// The surrogate selector where the search for a compatible surrogate begins. ///
Результат Object