Initializes a new instance of the
Picture class.
Syntax
'Declaration
Public Function New( _
ByVal As String, _
ByVal As Stream, _
ByVal As Double, _
ByVal As Double, _
ByVal As Double, _
ByVal As Double _
)
'Usage
Dim name As String
Dim imageStream As Stream
Dim x As Double
Dim y As Double
Dim width As Double
Dim height As Double
Dim instance As New Picture(name, imageStream, x, y, width, height)
Parameters
- name
- The picture name.
- imageStream
- The image stream of the picture.
- x
- The x location of the picture.
- y
- The y location of the picture.
- width
- The picture width.
- height
- The picture height.
See Also