Class EmfGradientRectangle
Class EmfGradientRectangle
名称: Aspose.Imaging.FileFormats.Emf.Emf.Objects 收藏: Aspose.Imaging.dll (25.4.0)
GradientRectangle 对象通过 TriVertex 对象(2.2.26)来定义一个直角。EMR_GRADIENTFILL 记录(第 2.3.5.12 节)
public sealed class EmfGradientRectangle : EmfObject
Inheritance
object ← MetaObject ← EmfObject ← EmfGradientRectangle
继承人
object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
EmfGradientRectangle()
public EmfGradientRectangle()
Properties
LowerRight
获取或将指数列入一系列 TriVertex 对象,指定下右指数必须小于序列的尺寸,如定义为nVer EMR_GRADIENTFILL 记录中的字段。
public int LowerRight { get; set; }
财产价值
UpperLeft
接收或将指数列入一系列 TriVertex 对象,指定上左指数必须小于序列的尺寸,如定义为nVer EMR_GRADIENTFILL 记录中的字段。
public int UpperLeft { get; set; }