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
이 레코드 그룹을 설명하는 선택적, null-termined Unicode 스트립을 얻거나 설정합니다.
public string Description { get; set; }
부동산 가치
글쓰기
옵션 설명 라인에서 Unicode 문자 수를 얻거나 설정합니다.
public int NDescription { get; set; }
부동산 가치
Rectangle
WMF RectL 개체([MS-WMF] 섹션 2.2.2.19)를 얻거나 설정하여논리적 좌표에서 출력 직경.
public Rectangle Rectangle { get; set; }