ParagraphImage Constructor(Image,Style)
In This Topic
Initializes a new instance of the
ParagraphImage class, assigning the
Image property, and specifying the
Style.
Syntax
'Declaration
Public Function New( _
ByVal As Image, _
ByVal As Style _
)
public ParagraphImage(
Image ,
Style
)
Parameters
- image
- An image assigned to the Image property of the current object.
- style
- A Style to use (the Style.AssignNonInheritedFrom method is used to copy the specified style to the current object's Style).
See Also