DioDocs for PDF
GcBitmap コンストラクタ(Image,Nullable<Rectangle>,Boolean)

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Imaging 名前空間 > GcBitmap クラス > GcBitmap コンストラクタ : GcBitmap コンストラクタ(Image,Nullable<Rectangle>,Boolean)
GrapeCity.Documents.Drawing.Image used as the source of image data.
Clipping rectangle of the image to be loaded.
Indicates whether pixel data should be dynamically mapped to a temporary file rather than kept fully in memory.
Initializes a new instance of the GcBitmap class.
シンタックス
'宣言
 
Public Function New( _
   ByVal image As Image, _
   Optional ByVal imageRect As System.Nullable(Of Rectangle), _
   Optional ByVal storeInTempFile As System.Boolean _
)
public GcBitmap( 
   Image image,
   System.Nullable<Rectangle> imageRect,
   System.bool storeInTempFile
)

パラメータ

image
GrapeCity.Documents.Drawing.Image used as the source of image data.
imageRect
Clipping rectangle of the image to be loaded.
storeInTempFile
Indicates whether pixel data should be dynamically mapped to a temporary file rather than kept fully in memory.
参照

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