Initializes a new instance of the
RenderImage class, assigning the
RenderImage.Image property, and specifying a
Style to use.
シンタックス
'宣言
Public Function New( _
ByVal As System.Drawing.Image, _
ByVal As Style _
)
'使用法
Dim image As System.Drawing.Image
Dim style As Style
Dim instance As New RenderImage(image, style)
public RenderImage(
System.Drawing.Image ,
Style
)
パラメータ
- image
- An System.Drawing.Image that is assigned to the RenderImage.Image property.
- style
- A Style to use (the Style.AssignNonInheritedFrom method is used to copy the specified style to the current object's RenderObject.Style).
参照