PixelPointFromPointWithDpi 方法 (Point, Double) |
Converts a
Point to device pixels using the specified dots per inch (DPI).
命名空间:
CPF
程序集:
CPF (在 CPF.dll 中) 版本:0.8.8.5
语法public static PixelPoint FromPointWithDpi(
Point point,
double dpi
)
参数
- point
- 类型:CPF.DrawingPoint
The point. - dpi
- 类型:SystemDouble
The dots per inch of the device.
返回值
类型:
PixelPointThe device-independent point.
参见