Search
Stencil(TColor, TImage).LoadFrom Method (BinaryReader)
See Also
 





Loads the stencil from the stream identified by the specified reader.

Namespace: MindFusion.Vsx
Assembly: MindFusion.Vsx

 Syntax

C#  Copy Code

public void LoadFrom (
    BinaryReader reader
)

Visual Basic  Copy Code

Public Sub LoadFrom( _
    reader As BinaryReader _
)

 Parameters

reader

The BinaryReader to read from.

 See Also