Rectangle

Rectangle structure

矩形模型

public struct Rectangle

构造函数

姓名 描述
Rectangle(float, float, float, float) 创建 Rectangle 的新实例

特性

姓名 描述
Height { get; set; } 高度
Width { get; set; } 宽度
X { get; set; } X 坐标
Y { get; set; } Y坐标

也可以看看