PixelPoint 结构 |
命名空间: CPF
public readonly struct PixelPoint
PixelPoint 类型公开以下成员。
名称 | 说明 | |
---|---|---|
PixelPoint |
Initializes a new instance of the PixelPoint structure.
|
名称 | 说明 | |
---|---|---|
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.
|
名称 | 说明 | |
---|---|---|
Equality |
Checks for equality between two PixelPoints.
| |
Inequality |
Checks for inequality between two PixelPoints.
|
名称 | 说明 | |
---|---|---|
ConvertTo |
类型转换
(由 ObjectExtenstions 定义。) | |
Delay |
延迟操作
(由 ObjectExtenstions 定义。) | |
Equal |
对象是否相等
(由 ObjectExtenstions 定义。) | |
GetCreationCode | (由 ObjectExtenstions 定义。) | |
GetPropretyValue |
获取对象属性值
(由 ObjectExtenstions 定义。) | |
GetValue |
快速动态获取对象的属性值
(由 FastReflectionExtensions 定义。) | |
Invoke |
快速动态调用对象的方法
(由 FastReflectionExtensions 定义。) | |
SetPropretyValue |
设置属性值
(由 ObjectExtenstions 定义。) | |
SetValue |
快速动态设置对象的属性值
(由 FastReflectionExtensions 定义。) |