Initializes a new instance of the
RenderImage class, assigning the
RenderImage.Image property, and specifying a
ImageAlign to use.
シンタックス
'宣言
Public Function New( _
ByVal As System.String, _
ByVal As ImageAlign _
)
'使用法
Dim imageName As System.String
Dim imageAlign As ImageAlign
Dim instance As New RenderImage(imageName, imageAlign)
public RenderImage(
System.string ,
ImageAlign
)
パラメータ
- imageName
- A string that is assigned to the RenderImage.ImageName property.
- imageAlign
- An ImageAlign that is assigned to Style.ImageAlign of the current object's Style.
参照