シンタックス
'宣言
Public Sub DrawImage( _
ByVal As GrapeCity.Documents.Drawing.IImage, _
ByVal As Rect, _
ByVal As System.Nullable(Of Rect), _
ByVal As IImageAlign _
)
'使用法
Dim instance As C1PdfGraphics
Dim image As GrapeCity.Documents.Drawing.IImage
Dim destBounds As Rect
Dim clipBounds As System.Nullable(Of Rect)
Dim align As IImageAlign
instance.DrawImage(image, destBounds, clipBounds, align)
public void DrawImage(
GrapeCity.Documents.Drawing.IImage ,
Rect ,
System.Nullable<Rect> ,
IImageAlign
)
パラメータ
- image
- destBounds
- clipBounds
- align
参照