Point(Int32, Int32) 构造函数
Represents a 2D point with integer coordinates and geometric operations
表示具有整数坐标和几何运算的二维点
命名空间: DeploySharp.Data程序集: DeploySharp (在 DeploySharp.dll 中) 版本:0.0.4+6e8a2e904469617cd59619d666c0e272985c0e33
public Point(
int X,
int Y
)
参数
- X Int32
[缺少 "M:DeploySharp.Data.Point.#ctor(System.Int32,System.Int32)" 的 <param name="X"/> 文档]
- Y Int32
[缺少 "M:DeploySharp.Data.Point.#ctor(System.Int32,System.Int32)" 的 <param name="Y"/> 文档]
Provides common geometric operations like distance calculation, vector products,
and basic arithmetic operations optimized for performance.
提供常见的几何运算,如距离计算、向量积和为性能优化的基本算术运算。