Class EmfPlusSetClipPath
Tên không gian: Aspose.Imaging.FileFormats.Emf.EmfPlus.Records Tổng hợp: Aspose.Imaging.dll (25.4.0)
Danh sách EmfPlusSetClipPath kết hợp khu vực clip hiện tại với một con đường đồ họa.Khu vực clip mới hiện tại được thiết lập cho kết quả hoạt động CombineMode.
public sealed class EmfPlusSetClipPath : EmfPlusClippingRecordType
Inheritance
object ← MetaObject ← EmfPlusRecord ← EmfPlusClippingRecordType ← EmfPlusSetClipPath
Thành viên thừa kế
EmfPlusRecord.Type , EmfPlusRecord.Flags , EmfPlusRecord.Size , EmfPlusRecord.DataSize , object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
EmfPlusSetClipPath(EmfPlusRecord)
Bắt đầu một trường hợp mới của lớp Aspose.Imaging.FileFormats.Emf.EmpPlus.Records.empplusSetClipPath.
public EmfPlusSetClipPath(EmfPlusRecord source)
Parameters
source
EmfPlusRecord
Nguồn .
Properties
Cm
Nhận hoặc đặt CM (4 bit): Định nghĩa hoạt động hợp lý để kết hợp hai khu vực.Danh sách CombineMode (Phần 2.1.1.4) cho ý nghĩa của các giá trị.
public EmfPlusCombineMode Cm { get; set; }
Giá trị bất động sản
ObjectId
Nhận hoặc đặt chỉ số của một đối tượng EmfPlusPath (phần 2.2.1.6) trong EMF+Bảng đối tượng: Giá trị phải từ 0 đến 63, bao gồm.
public byte ObjectId { get; set; }