Bitmap for WPF
Create(ImagingFactory,Int32,Int32,Guid,DataRectangle,Int32) メソッド

C1.WPF.DX.4.5.2 アセンブリ > C1.Util.DX.WIC 名前空間 > Bitmap クラス > Create メソッド : Create(ImagingFactory,Int32,Int32,Guid,DataRectangle,Int32) メソッド
The factory.
The width.
The height.
The pixel format.
The data rectangle.
Size of the buffer in dataRectangle. If == 0, calculate the size automatically based on the height and row pitch.
Initializes a new instance of the Bitmapclass from a memory location using C1.Util.DX.DataRectangle.
シンタックス
'宣言
 
Public Overloads Shared Function Create( _
   ByVal factory As ImagingFactory, _
   ByVal width As System.Integer, _
   ByVal height As System.Integer, _
   ByVal pixelFormat As System.Guid, _
   ByVal dataRectangle As DataRectangle, _
   Optional ByVal totalSizeInBytes As System.Integer _
) As Bitmap
public static Bitmap Create( 
   ImagingFactory factory,
   System.int width,
   System.int height,
   System.Guid pixelFormat,
   DataRectangle dataRectangle,
   System.int totalSizeInBytes
)

パラメータ

factory
The factory.
width
The width.
height
The height.
pixelFormat
The pixel format.
dataRectangle
The data rectangle.
totalSizeInBytes
Size of the buffer in dataRectangle. If == 0, calculate the size automatically based on the height and row pitch.
参照

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