Search
TextureBrush.GetObjectData Method
See Also
 





Populates a System.Runtime.Serialization.SerializationInfo with the data needed to serialize the brush.

Namespace: MindFusion.Drawing
Package: MindFusion.Common

 Syntax

C#  Copy Code

public virtual void GetObjectData (
    SerializationInfo info,
    StreamingContext context
)

Visual Basic  Copy Code

Public Overridable Sub GetObjectData( _
    info As SerializationInfo, _
    context As StreamingContext _
)

 Parameters

info

The object that holds the serialized object data.

context

The contextual information about the source or destination.

 Remarks

This method is not intended to be used directly from your code.

 See Also