DiagramLite Programmer's Guide
VisualImage.Prepare Method
See Also
 





Initializes the underlying bitmap with the specified dimensions.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight

 Syntax

C#  Copy Code

public void Prepare (
    int width,
    int height
)

Visual Basic  Copy Code

Public Sub Prepare( _
    width As Integer, _
    height As Integer _
)

 Parameters

width

height

 See Also

VisualImage Members
VisualImage Class
MindFusion.Diagramming Namespace