| MatrixTransform 方法 (Point) | 
 
            Transform - returns the result of transforming the point by this matrix
            
 
        命名空间: 
     CPF.Drawing
        程序集:
     CPF (在 CPF.dll 中) 版本:0.8.8.5
 语法
语法public Point Transform(
	Point point
)
参数
- point
- 类型:CPF.DrawingPoint
 The Point to transform
返回值
类型:
Point
            The transformed point
            
 参见
参见