Class EmfPlusCustomLineCapOptionalData
Tên không gian: Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects Tổng hợp: Aspose.Imaging.dll (25.4.0)
Các EmfPlusCustomLineCapOptionalData đối tượng chỉ định tùy chọn điền và outline dữ liệu cho một đường dây tùy chỉnh.
public sealed class EmfPlusCustomLineCapOptionalData : EmfPlusStructureObjectType
Inheritance
object ← MetaObject ← EmfPlusObject ← EmfPlusStructureObjectType ← EmfPlusCustomLineCapOptionalData
Thành viên thừa kế
object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
EmfPlusCustomLineCapOptionalData()
public EmfPlusCustomLineCapOptionalData()
Properties
FillData
Nhận hoặc thiết lập một đối tượng EmfPlusFillPath tùy chọn (phần 2.2.2.17) mà chỉ định con đường để điền vào một tùy chỉnhBảng đồ họa này phải có nếu cờ CustomLineCapDataFillPath được đặt trong Cửa hàng CustomTinLinestrường của đối tượng EmfPlusCustomLineCapData.
public EmfPlusFillPath FillData { get; set; }
Giá trị bất động sản
OutlineData
Nhận hoặc thiết lập đối tượng EmfPlusLinePath tùy chọn (số 2.2.2.26)Điều này phải có mặt nếu cờ CustomLineCapDataLinPath được đặt trong CustomCapeFlagstrường của đối tượng EmfPlusCustomLineCapData.
public EmfPlusLinePath OutlineData { get; set; }