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.Drawing.Image, _
ByVal As ImageAlign _
)
'使用法
Dim image As System.Drawing.Image
Dim imageAlign As ImageAlign
Dim instance As New RenderImage(image, imageAlign)
public RenderImage(
System.Drawing.Image ,
ImageAlign
)
パラメータ
- image
- An System.Drawing.Image that is assigned to the RenderImage.Image property.
- imageAlign
- An ImageAlign that is assigned to Style.ImageAlign of the current object's Style.
参照