ImageFill Constructor(String)
In This Topic
Creates a new image fill with the specified image.
Syntax
'Declaration
Public Function New( _
ByVal As String _
)
'Usage
Dim imageData As String
Dim instance As New ImageFill(imageData)
public ImageFill(
string
)
Parameters
- imageData
- Image data in Base64 string.
See Also