'Declaration
Overloads Sub Add( _ ByVal filename As System.String, _ ByVal width As System.Double, _ ByVal height As System.Double _ )
'Usage
Dim instance As IGraphic Dim filename As System.String Dim width As System.Double Dim height As System.Double instance.Add(filename, width, height)
Parameters
- filename
- The filename of the picture to add.
- width
- Width of the new picture in points
- height
- Height of the new picture in points.