'Declaration Public Overloads Function AddPicture( _ ByVal name As System.String, _ ByVal imageStream As System.IO.Stream, _ ByVal x As System.Double, _ ByVal y As System.Double, _ ByVal width As System.Double, _ ByVal height As System.Double _ ) As Picture
Parameters
- name
- The name.
- imageStream
- The image source.
- x
- The x value.
- y
- The y value.
- width
- The width.
- height
- The height.
Return Value
The added picture