点击或拖拽改变大小

OpenGLPixelZoom 方法

Specify the pixel zoom factors.

命名空间:  DSkin.OpenGL
程序集:  DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法
C#
public void PixelZoom(
	float xfactor,
	float yfactor
)

参数

xfactor
类型:SystemSingle
Specify the x and y zoom factors for pixel write operations.
yfactor
类型:SystemSingle
Specify the x and y zoom factors for pixel write operations.
参见