点击或拖拽改变大小

PixelPointFromPoint 方法 (Point, Vector)

Converts a Point to device pixels using the specified scaling factor.

命名空间:  CPF
程序集:  CPF (在 CPF.dll 中) 版本:0.8.8.5
语法
C#
public static PixelPoint FromPoint(
	Point point,
	Vector scale
)

参数

point
类型:CPF.DrawingPoint
The point.
scale
类型:CPF.DrawingVector
The scaling factor.

返回值

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