DioDocs for PDF
GrayscaleBitmap コンストラクタ(IntPtr,Int32,Int32,Boolean,Boolean,Single,Single)

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Imaging 名前空間 > GrayscaleBitmap クラス > GrayscaleBitmap コンストラクタ : GrayscaleBitmap コンストラクタ(IntPtr,Int32,Int32,Boolean,Boolean,Single,Single)
The pixel data to be attached to a GrayscaleBitmap.
The width of the image, in pixels.
The height of the image, in pixels.
If true, the image is used to define an irregularly shaped region of another image.
If true, specifies that 0 is imaged as white and 255 is imaged as black.
The horizontal dpi of the image.
The vertical dpi of the image.
Initializes a new instance of the GrayscaleBitmap class and sets the existing pixel data to be read/modified in-place.
シンタックス
'宣言
 
Public Function New( _
   ByVal pixelData As System.IntPtr, _
   ByVal pixelWidth As System.Integer, _
   ByVal pixelHeight As System.Integer, _
   Optional ByVal transparencyMask As System.Boolean, _
   Optional ByVal whiteIsZero As System.Boolean, _
   Optional ByVal dpiX As System.Single, _
   Optional ByVal dpiY As System.Single _
)
public GrayscaleBitmap( 
   System.IntPtr pixelData,
   System.int pixelWidth,
   System.int pixelHeight,
   System.bool transparencyMask,
   System.bool whiteIsZero,
   System.float dpiX,
   System.float dpiY
)

パラメータ

pixelData
The pixel data to be attached to a GrayscaleBitmap.
pixelWidth
The width of the image, in pixels.
pixelHeight
The height of the image, in pixels.
transparencyMask
If true, the image is used to define an irregularly shaped region of another image.
whiteIsZero
If true, specifies that 0 is imaged as white and 255 is imaged as black.
dpiX
The horizontal dpi of the image.
dpiY
The vertical dpi of the image.
参照

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