点击或拖拽改变大小

PixelSizeToSizeWithDpi 方法 (Vector)

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

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

参数

dpi
类型:CPF.DrawingVector
The dots per inch.

返回值

类型:Size
The device-independent size.
参见