'宣言 Public Function New( _ ByVal width As System.Integer, _ ByVal height As System.Integer, _ ByVal bitsPerPixel As BitsPerPixel _ )
public Bitmap( System.int width, System.int height, BitsPerPixel bitsPerPixel )
パラメータ
- width
- The width, in pixels, of the new Bitmap object.
- height
- The height, in pixels, of the new Bitmap object.
- bitsPerPixel
- The number of bits required to identify the color of a single pixel.