Ellipse

Ellipse class

包含指定椭圆中心点的 x 和 y 坐标以及椭圆上的两个点的元素。

public class Ellipse : Coordinate

构造函数

姓名描述
Ellipse()创建一个实例Ellipse类.

特性

姓名描述
A { get; set; }椭圆上点的 x 坐标与 B 元素表示的 y 坐标配对。
B { get; set; }椭圆上点的 y 坐标与 A 元素表示的 x 坐标配对。
C { get; set; }椭圆上点的 x 坐标与由 D 元素表示的 y 坐标配对。
D { get; set; }椭圆上点的 y 坐标与由 C 元素表示的 x 坐标配对。
override Del { get; set; }表示该元素是否已在本地删除的标志。值为 1 表示该元素已在本地删除。
override IX { get; set; }元素在其父元素中从零开始的索引。
X { get; set; }椭圆中心的 x 坐标。
Y { get; set; }椭圆中心的y坐标。

方法

姓名描述
Clone()创建此实例的深层副本。

也可以看看