ParagraphImage Constructor(Image)
In This Topic
Initializes a new instance of the
ParagraphImage class, assigning the
Image property.
Syntax
'Declaration
Public Function New( _
ByVal As Image _
)
public ParagraphImage(
Image
)
Parameters
- image
- An image assigned to the Image property of the current object.
See Also