EmfGradientRectangle
EmfGradientRectangle class
GradientRectangle 对象在 EMR_GRADIENTFILL 记录(第 2.3.5.12 节)中使用 TriVertex 对象(第 2.2.26 节)定义了一个矩形。
public sealed class EmfGradientRectangle : EmfObject
构造函数
姓名 | 描述 |
---|---|
EmfGradientRectangle() | 默认构造函数。 |
特性
姓名 | 描述 |
---|---|
LowerRight { get; set; } | 获取或设置 TriVertex 对象数组的索引,该数组指定矩形的右下角 顶点。索引必须小于数组的大小,由 EMR_GRADIENTFILL 记录的 nVer 字段定义。 |
UpperLeft { get; set; } | 获取或设置 TriVertex 对象数组的索引,该数组指定矩形的左上角 顶点。索引必须小于数组的大小,由 EMR_GRADIENTFILL 记录的 nVer 字段定义。 |