PixelPointToPointWithDpi 方法 (Vector) |
Converts the
PixelPoint to a device-independent
Point using the
specified dots per inch (DPI).
命名空间:
CPF
程序集:
CPF (在 CPF.dll 中) 版本:0.8.8.5
语法 public Point ToPointWithDpi(
Vector dpi
)
参数
- dpi
- 类型:CPF.DrawingVector
The dots per inch of the device.
返回值
类型:
PointThe device-independent point.
参见