点击或拖拽改变大小

PointD 结构

拓展 System.Drawing 的 PointD

命名空间:  System.Drawing
程序集:  GISShare.SMap.WinForm (在 GISShare.SMap.WinForm.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法
[SerializableAttribute]
public struct PointD

The PointD type exposes the following members.

构造函数
  名称说明
公共方法PointD
参考 System.Drawing.Point
Top
属性
  名称说明
公共属性IsEmpty
参考 System.Drawing.Point
公共属性X
参考 System.Drawing.Point
公共属性Y
参考 System.Drawing.Point
Top
方法
  名称说明
公共方法静态成员Add(PointD, Size)
参考 System.Drawing.Point
公共方法静态成员Add(PointD, SizeF)
参考 System.Drawing.Point
公共方法Equals
参考 System.Drawing.Point
(覆写 ValueTypeEquals(Object).)
公共方法GetHashCode
参考 System.Drawing.Point
(覆写 ValueTypeGetHashCode.)
公共方法静态成员Subtract(PointD, Size)
参考 System.Drawing.Point
公共方法静态成员Subtract(PointD, SizeF)
参考 System.Drawing.Point
公共方法ToString
参考 System.Drawing.Point
(覆写 ValueTypeToString.)
Top
操作符
  名称说明
公共操作符静态成员Addition(PointD, Size)
参考 System.Drawing.Point
公共操作符静态成员Addition(PointD, SizeF)
参考 System.Drawing.Point
公共操作符静态成员Equality
参考 System.Drawing.Point
公共操作符静态成员Inequality
参考 System.Drawing.Point
公共操作符静态成员Subtraction(PointD, Size)
参考 System.Drawing.Point
公共操作符静态成员Subtraction(PointD, SizeF)
参考 System.Drawing.Point
Top
字段
  名称说明
公共字段静态成员Empty
参考 System.Drawing.PointD
Top
参见