点击或拖拽改变大小

OpenGLBitmap 方法

Draw a bitmap.

命名空间:  DSkin.OpenGL
程序集:  DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法
C#
public void Bitmap(
	int width,
	int height,
	float xorig,
	float yorig,
	float xmove,
	float ymove,
	byte[] bitmap
)

参数

width
类型:SystemInt32
Specify the pixel width of the bitmap image.
height
类型:SystemInt32
Specify the pixel height of the bitmap image.
xorig
类型:SystemSingle
Specify the location of the origin in the bitmap image. The origin is measured from the lower left corner of the bitmap, with right and up being the positive axes.
yorig
类型:SystemSingle
Specify the location of the origin in the bitmap image. The origin is measured from the lower left corner of the bitmap, with right and up being the positive axes.
xmove
类型:SystemSingle
Specify the x and y offsets to be added to the current raster position after the bitmap is drawn.
ymove
类型:SystemSingle
Specify the x and y offsets to be added to the current raster position after the bitmap is drawn.
bitmap
类型:SystemByte
Specifies the address of the bitmap image.
参见