Class EmfIntersectClipRect
Class EmfIntersectClipRect
이름 공간 : Aspose.Imaging.FileFormats.Emf.Emf.Records 모임: Aspose.Imaging.dll (25.4.0)
EMR_INTERSECTCLIPRECT 레코드는 새로운 클립 지역을 지정합니다.현재 클립 지역 및 지정된 직경.이 섹션에 설명되지 않은 메모 필드는 2.3.2 섹션에 명시되어 있습니다.
public sealed class EmfIntersectClipRect : EmfClippingRecordType
Inheritance
object ← MetaObject ← EmfRecord ← EmfClippingRecordType ← EmfIntersectClipRect
상속 회원들
EmfRecord.Type , EmfRecord.Size , object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
EmfIntersectClipRect(EmfRecord)
Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfIntersectClipRect 클래스의 새로운 예를 시작합니다.
public EmfIntersectClipRect(EmfRecord source)
Parameters
source
EmfRecord
그리고 출처입니다.
Properties
Clip
WMF RectL 개체([MS-WMF] 섹션 2.2.2.19)를 얻거나 설정하여 논리적 단위의 직경을 지정합니다.
public Rectangle Clip { get; set; }