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
รับหรือวาง index ในชุดของวัตถุ TriVertex ที่ระบุด้านล่างด้านขวาvertex of a rectangle. the index MUST be smaller than the size of the array, ตามที่กําหนดโดยnVer field ของบันทึก EMR_GRADIENTFILL
public int LowerRight { get; set; }
คุณสมบัติมูลค่า
UpperLeft
รับหรือวาง index ในชุดของวัตถุ TriVertex ที่ระบุด้านบนด้านซ้ายvertex of a rectangle. the index MUST be smaller than the size of the array, ตามที่กําหนดโดยnVer field ของบันทึก EMR_GRADIENTFILL
public int UpperLeft { get; set; }