EmfGradientRectangle 类

Summary: The GradientRectangle object defines a rectangle using TriVertex objects (section 2.2.26) in an
EMR_GRADIENTFILL record (section 2.3.5.12).

Module: aspose.imaging.fileformats.emf.emf.objects

Full Name: aspose.imaging.fileformats.emf.emf.objects.EmfGradientRectangle

Inheritance: EmfObject

Constructors

Name描述
EmfGradientRectangle()初始化 EmfGradientRectangle 类的新实例

Properties

NameTypeAccess描述
lower_rightintr/w获取或设置指向 TriVertex 对象数组的索引,该索引指定矩形的右下角顶点。
该索引必须小于数组的大小,大小由 EMR_GRADIENTFILL 记录的 nVer 字段定义。
upper_leftintr/w获取或设置指向 TriVertex 对象数组的索引,该索引指定矩形的左上角顶点。
该索引必须小于数组的大小,大小由 EMR_GRADIENTFILL 记录的 nVer 字段定义。

Constructor: EmfGradientRectangle()

 EmfGradientRectangle() 

初始化 EmfGradientRectangle 类的新实例