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





Loads the stencil from the specified XML element.

Namespace: MindFusion.Vsx
Assembly: MindFusion.Vsx

 Syntax

C#  Copy Code

public void LoadFrom (
    XmlElement element
)

Visual Basic  Copy Code

Public Sub LoadFrom( _
    element As XmlElement _
)

 Parameters

element

The XML element to load from.

 See Also