Piccolo.NET

PCamera.GetObjectData Method 

Overridden. Write this camera and all its children to the given SerializationInfo.

public override void GetObjectData(
   SerializationInfo info,
   StreamingContext context
);

Parameters

info
The SerializationInfo to write to.
context
The streaming context of this serialization operation.

Implements

ISerializable.GetObjectData

Remarks

Note that the camera's layers are written conditionally, so they will only get written out if someone else writes them unconditionally.

See Also

PCamera Class | UMD.HCIL.Piccolo Namespace


Web Accessibility