Class EmfCommentBeginGroup
ชื่อพื้นที่: Aspose.Imaging.FileFormats.Emf.Emf.Records การประกอบ: Aspose.Imaging.dll (25.4.0)
การบันทึก EMR_COMMENT_BEGINGROUP รายละเอียดการเริ่มต้นของกลุ่มบันทึกวาด
public sealed class EmfCommentBeginGroup : EmfCommentPublicRecordType
Inheritance
object ← MetaObject ← EmfRecord ← EmfCommentRecordType ← EmfCommentPublicRecordType ← EmfCommentBeginGroup
อนุญาโตตุลาการ
EmfCommentPublicRecordType.CommentIdentifier , EmfCommentPublicRecordType.PublicCommentIdentifier , EmfCommentRecordType.DataSize , EmfCommentRecordType.CommentIdentifier , EmfRecord.Type , EmfRecord.Size , object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
EmfCommentBeginGroup(EmfRecord)
เริ่มต้นตัวอย่างใหม่ของคลาส Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfCommentBeginGroup
public EmfCommentBeginGroup(EmfRecord source)
Parameters
source
EmfRecord
แหล่ง
Properties
Description
ได้รับหรือตั้งค่าเส้น Unicode ฟรีที่กําหนดเองที่อธิบายกลุ่มบันทึกนี้
public string Description { get; set; }
คุณสมบัติมูลค่า
คําอธิบาย
รับหรือตั้งค่าจํานวนตัวอักษร Unicode ในเส้นคําอธิบายทางเลือกที่ทําตาม
public int NDescription { get; set; }
คุณสมบัติมูลค่า
Rectangle
ได้รับหรือตั้งค่าวัตถุ WMF RectL ([MS-WMF] ส่วน 2.2.2.19) ที่ระบุใบมีดผลลัพธ์ในทิศทาง logical coordinates
public Rectangle Rectangle { get; set; }