点击或拖拽改变大小

PixelPoint 结构

Represents a point in device pixels.

命名空间:  CPF
程序集:  CPF (在 CPF.dll 中) 版本:0.8.8.5
语法
C#
public readonly struct PixelPoint

PixelPoint 类型公开以下成员。

构造函数
  名称说明
公共方法PixelPoint
Initializes a new instance of the PixelPoint structure.
Top
属性
  名称说明
公共属性X
Gets the X co-ordinate.
公共属性Y
Gets the Y co-ordinate.
Top
方法
  名称说明
公共方法Equals
Checks for equality between a point and an object.
(重写 ValueTypeEquals(Object).)
公共方法静态成员FromPoint(Point, Vector)
Converts a Point to device pixels using the specified scaling factor.
公共方法静态成员FromPoint(Point, Double)
Converts a Point to device pixels using the specified scaling factor.
公共方法静态成员FromPointWithDpi(Point, Vector)
Converts a Point to device pixels using the specified dots per inch (DPI).
公共方法静态成员FromPointWithDpi(Point, Double)
Converts a Point to device pixels using the specified dots per inch (DPI).
公共方法GetHashCode
Returns a hash code for a PixelPoint.
(重写 ValueTypeGetHashCode.)
公共方法GetType (继承自 Object。)
公共方法静态成员Parse
公共方法ToPoint(Single)
Converts the PixelPoint to a device-independent Point using the specified scaling factor.
公共方法ToPoint(Vector)
Converts the PixelPoint to a device-independent Point using the specified scaling factor.
公共方法ToPointWithDpi(Single)
Converts the PixelPoint to a device-independent Point using the specified dots per inch (DPI).
公共方法ToPointWithDpi(Vector)
Converts the PixelPoint to a device-independent Point using the specified dots per inch (DPI).
公共方法ToString
Returns the string representation of the point.
(重写 ValueTypeToString.)
公共方法WithX
Returns a new PixelPoint with the same Y co-ordinate and the specified X co-ordinate.
公共方法WithY
Returns a new PixelPoint with the same X co-ordinate and the specified Y co-ordinate.
Top
运算符
  名称说明
公共运算符静态成员Equality
Checks for equality between two PixelPoints.
公共运算符静态成员Inequality
Checks for inequality between two PixelPoints.
Top
字段
  名称说明
公共字段静态成员Origin
A point representing 0,0.
Top
扩展方法
  名称说明
公共扩展器方法ConvertTo
类型转换
(由 ObjectExtenstions 定义。)
公共扩展器方法Delay
延迟操作
(由 ObjectExtenstions 定义。)
公共扩展器方法Equal
对象是否相等
(由 ObjectExtenstions 定义。)
公共扩展器方法GetCreationCode (由 ObjectExtenstions 定义。)
公共扩展器方法GetPropretyValue
获取对象属性值
(由 ObjectExtenstions 定义。)
公共扩展器方法GetValue
快速动态获取对象的属性值
(由 FastReflectionExtensions 定义。)
公共扩展器方法Invoke
快速动态调用对象的方法
(由 FastReflectionExtensions 定义。)
公共扩展器方法SetPropretyValue
设置属性值
(由 ObjectExtenstions 定义。)
公共扩展器方法SetValue
快速动态设置对象的属性值
(由 FastReflectionExtensions 定义。)
Top
参见