DioDocs for PDF
Load(String,WicContainerFormat,Int32) メソッド

GrapeCity.Documents.Imaging.Windows アセンブリ > GrapeCity.Documents.Imaging.Windows 名前空間 > GcD2DBitmap クラス > Load メソッド : Load(String,WicContainerFormat,Int32) メソッド
The file path to the image.
The image container format; use WicContainerFormat.Unknown to detect the format automatically.
Index of an image frame to read; pass 0 for image formats not supporting multiple frames.
Loads the image from a file.
シンタックス
'宣言
 
Public Overloads Sub Load( _
   ByVal path As System.String, _
   Optional ByVal containerFormat As WicContainerFormat, _
   Optional ByVal frameIndex As System.Integer _
) 
public void Load( 
   System.string path,
   WicContainerFormat containerFormat,
   System.int frameIndex
)

パラメータ

path
The file path to the image.
containerFormat
The image container format; use WicContainerFormat.Unknown to detect the format automatically.
frameIndex
Index of an image frame to read; pass 0 for image formats not supporting multiple frames.
参照

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