Class EmfPlusPathPointType
Class EmfPlusPathPointType
ชื่อพื้นที่: Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects การประกอบ: Aspose.Imaging.dll (25.4.0)
วัตถุ EmfPlusPathPointType จะระบุค่าประเภทที่เกี่ยวข้องกับจุดบนกราฟิก
public sealed class EmfPlusPathPointType : EmfPlusBasePointType
Inheritance
object ← EmfPlusBasePointType ← EmfPlusPathPointType
อนุญาโตตุลาการ
object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
EmfPlusPathPointType()
public EmfPlusPathPointType()
Properties
Data
รับหรือตั้งค่าข้อมูล
public int Data { get; set; }
คุณสมบัติมูลค่า
Flags
รับหรือตั้งแถบสัญญาณ 4 บิตที่ระบุคุณสมบัติของจุดทางหมายเลขนี้ต้องเป็นหนึ่งหรือหลายป้าย PathPointType (ส่วน 2.1.2.6)
public EmfPlusPathPointTypeFlags Flags { get; set; }
คุณสมบัติมูลค่า
Type
รับหรือตั้งค่า 4 บิตแบบไม่มีสัญญาณแบบเต็มรูปแบบ หมายเลขนี้ต้องมีระบุไว้ในรายการ PathPointType (ส่วน 2.1.1.23 )
public EmfPlusPathPointTypeEnum Type { get; set; }