Piccolo.NET

PUtil.WritePen Method 

Write this Pen to the given SerializationInfo.

public static void WritePen(
   Pen pen,
   SerializationInfo info
);

Parameters

pen
The Pen to write out.
info
The SerializationInfo to write to.

Remarks

A serialization surrogate is not used for Pens because of a .NET bug.

See Also

PUtil Class | UMD.HCIL.Piccolo.Util Namespace


Web Accessibility