Please use. NET 5,. NET 6, NET 7,. NET 8, NET Framework 4.6, NET Framework 4.61, NET Framework 4.7, NET Framework 4.72, NET Framework 4.8, NET Framework 4.81, and. NET Core 3.1 versions

Point(Int32, Int32) 构造函数

Represents a 2D point with integer coordinates and geometric operations 表示具有整数坐标和几何运算的二维点

Definition

命名空间: DeploySharp.Data
程序集: DeploySharp (在 DeploySharp.dll 中) 版本:0.0.4+6e8a2e904469617cd59619d666c0e272985c0e33
C#
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.

提供常见的几何运算,如距离计算、向量积和为性能优化的基本算术运算。

参见