PrintDocument for WinForms
MakeThumbnail(Image,Rectangle) メソッド


C1.Win.PrintPreview.6 アセンブリ > C1.Win.C1Preview 名前空間 > C1PreviewThumbnailView クラス > MakeThumbnail メソッド : MakeThumbnail(Image,Rectangle) メソッド
The page image.
OUT: Rectangle within the thumbnail corresponding to the page bounds.
Makes the thumbnail of a page image.
シンタックス
'宣言
 
Public Overloads Function MakeThumbnail( _
   ByVal image As System.Drawing.Image, _
   ByRef pageRectangleInThumb As System.Drawing.Rectangle _
) As System.Drawing.Image
'使用法
 
Dim instance As C1PreviewThumbnailView
Dim image As System.Drawing.Image
Dim pageRectangleInThumb As System.Drawing.Rectangle
Dim value As System.Drawing.Image
 
value = instance.MakeThumbnail(image, pageRectangleInThumb)
public System.Drawing.Image MakeThumbnail( 
   System.Drawing.Image image,
   out System.Drawing.Rectangle pageRectangleInThumb
)

パラメータ

image
The page image.
pageRectangleInThumb
OUT: Rectangle within the thumbnail corresponding to the page bounds.

戻り値の型

The image representing the thumbnail.
参照

C1PreviewThumbnailView クラス
C1PreviewThumbnailView メンバ
オーバーロード一覧