点击或拖拽改变大小

PixelPointToPointWithDpi 方法 (Single)

Converts the PixelPoint to a device-independent Point using the specified dots per inch (DPI).

命名空间:  CPF
程序集:  CPF (在 CPF.dll 中) 版本:0.8.8.5
语法
C#
public Point ToPointWithDpi(
	float dpi
)

参数

dpi
类型:SystemSingle
The dots per inch of the device.

返回值

类型:Point
The device-independent point.
参见